Skip to main contentModule source
Source - MappedBytes
- A byte range that keeps its backing mapping alive after the source is dropped.
The backing file must remain unchanged for the lifetime of every clone.
- MappedObjects
- Read-only file mappings, numbered in the order passed to
Self::open. - ObjectInfo
- An object’s identity and total size within a byte source.
- ByteSource
- Object IDs belong to one source; they are neither paths nor content hashes.
A copy/import operation must rebind them to its destination’s identities.
- checked_range 🔒