Bytesrw adapter for Eio
ocaml codec
0
fork

Configure Feed

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

bytesrw-eio: document pread_reader for random-access file reading

+8
+8
README.md
··· 33 33 () 34 34 ``` 35 35 36 + For random-access file reading: 37 + 38 + ```ocaml 39 + (* Read from a specific offset in a file *) 40 + let reader = Bytesrw_eio.pread_reader ~offset:1024 file in 41 + () 42 + ``` 43 + 36 44 ## Installation 37 45 38 46 ```