Block device abstraction for OCaml 5 with Eio direct-style I/O and Bytesrw integration
1
fork

Configure Feed

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

fix(lint): remove redundant make_ prefixes (E331)

Rename make_superblock → superblock, make_inode_buf → inode_buf,
make_image → image, make_key → key in squashfs and streaming-aead.

-2
-2
fuzz/fuzz_block.ml
··· 114 114 test_crc_detects_corruption; 115 115 test_case "read_many" [ range 20 ] test_read_many_concat; 116 116 ] ) 117 - 118 - let run () = Crowbar.run "block" [ suite ]