Skip to main content

Module source

Module source 

Source

Structs§

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.

Traits§

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.

Functions§

checked_range 🔒