Bytesrw adapter for Eio
ocaml codec

README

Changed files
+4 -8
+4 -8
README.md
···
-
# bytesrw-eio - Bytesrw adapters for Eio
-
-
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.
-
-
## Key Features
+
# bytesrw-eio - OCaml Bytesrw adapters for Eio
-
- **Direct flow integration**: Read and write directly to Eio flows without intermediate buffering
-
- **Efficient I/O**: Allows Bytesrw to handle its own buffering strategy
-
- **Simple API**: Minimal, straightforward interface matching Bytesrw_unix patterns
+
This OCaml 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.
## Usage