Bytesrw adapter for Eio
ocaml codec
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge commit 'e561470d98544f74155b5d6cdce166d95efe0760'

+1 -1
+1 -1
src/bytesrw_eio.mli
··· 7 7 8 8 This module provides adapters to create {!Bytesrw.Bytes.Reader.t} and 9 9 {!Bytesrw.Bytes.Writer.t} from Eio flows, mirroring the API of 10 - {!Bytesrw_unix} for Eio's effect-based I/O. 10 + [Bytesrw_unix] for Eio's effect-based I/O. 11 11 12 12 Unlike the Buf_read/Buf_write wrappers, these adapters read and write 13 13 directly to the flow, allowing bytesrw to handle its own buffering. *)