Re-exports§
pub use cas::CasBackend;pub use cas::ChunkIndex;pub use cas::ChunkStore;pub use cas::LocalChunkStore;
Modules§
Structs§
- Flat
File Backend - Flat-file backend using pread/pwrite for thread-safe positional I/O.
- NbdHandle
- Handle to a running NBD server. Dropping it shuts the server down.
Traits§
- NbdBackend
- Trait for NBD storage backends.
Functions§
- start_
cas_ nbd_ server - Start an NBD server backed by the content-addressable chunk store. Chunks are loaded lazily from the flat file on first access — no upfront ingestion.