Bytesrw adapter for Eio
ocaml codec

README

+4 -8
+4 -8
README.md
··· 1 - # bytesrw-eio - Bytesrw adapters for Eio 2 - 3 - This library provides adapters to create `Bytesrw.Bytes.Reader.t` and `Bytesrw.Bytes.Writer.t` from Eio flows, mirroring the API of `Bytesrw_unix` for Eio's effect-based I/O. 4 - 5 - ## Key Features 1 + # bytesrw-eio - OCaml Bytesrw adapters for Eio 6 2 7 - - **Direct flow integration**: Read and write directly to Eio flows without intermediate buffering 8 - - **Efficient I/O**: Allows Bytesrw to handle its own buffering strategy 9 - - **Simple API**: Minimal, straightforward interface matching Bytesrw_unix patterns 3 + This OCaml library provides adapters to create `Bytesrw.Bytes.Reader.t` and 4 + `Bytesrw.Bytes.Writer.t` from Eio flows, mirroring the API of `Bytesrw_unix` 5 + for Eio's effect-based I/O. 10 6 11 7 ## Usage 12 8