Expand description
Storage implementation(s) backing the crate::Ipfs.
Modules
- Persistent fs backed repo.
Structs
- Describes a repo.
Enums
- Describes the outcome ofBlockStore::put_block.
- Describes the outcome ofBlockStore::remove.
- Describes the error variants forBlockStore::remove.
- Errors variants describing the possible failures forLock::try_exclusive.
- PinKindis more specific pin description for writing purposes. Implements- PartialEq<&PinMode>. Generic over- Borrow<Cid>to allow storing both reference and owned value of Cid.
- PinModeis the description of pin type for quering purposes.
- Events used to communicate to the swarm on repo changes.
Traits
- This API is being discussed and evolved, which will likely lead to breakage.
- Generic layer of abstraction for a key-value data store.
- A trait for describing repository locking.