Module iroh_bytes::store
source · Expand description
Implementations of blob stores
Re-exports
pub use bao_tree;pub use range_collections;
Modules
- A flat file database implementation.
- A full in memory database for iroh-bytes
- A readonly in memory database for iroh-bytes, usable for testing and sharing static data.
Enums
- The availability status of an entry in a store.
- Database events
- The import mode describes how files will be imported.
- An event related to GC
- An event related to GC
- The import mode describes how files will be imported.
- Progress messages for an import operation
- Progress updates for the provide operation
Traits
- A generic collection of blobs with precomputed outboards
- An entry for one hash in a bao collection
- A mutable bao map
- A partial entry
- Extension of BaoMap to add misc methods used by the rpc calls.
- The mutable part of a BaoDb