Expand description
Filesystem-based object store.
Structs§
- FsStore
- Filesystem-based storage for Heddle objects.
Enums§
Functions§
- read_
file_ bytes_ for_ pack - Read a pack file as zero-copy
Bytes. For packs that clear the mmap threshold, the underlying memory is the mmap’d region — everyBytes::sliceinto it is a zero-copy view. Smaller packs fall back to a heap read wrapped inBytes. Public because the pack reader lives in a sibling module and needs to bypass thepub(super)gate onread_file_bytes.