···11-# bytesrw-eio - Bytesrw adapters for Eio
22-33-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.
44-55-## Key Features
11+# bytesrw-eio - OCaml Bytesrw adapters for Eio
6277-- **Direct flow integration**: Read and write directly to Eio flows without intermediate buffering
88-- **Efficient I/O**: Allows Bytesrw to handle its own buffering strategy
99-- **Simple API**: Minimal, straightforward interface matching Bytesrw_unix patterns
33+This OCaml library provides adapters to create `Bytesrw.Bytes.Reader.t` and
44+`Bytesrw.Bytes.Writer.t` from Eio flows, mirroring the API of `Bytesrw_unix`
55+for Eio's effect-based I/O.
106117## Usage
128