Expand description
Object storage for void
Content-addressed storage for encrypted objects.
FsStore— local filesystem object storeIpfsStore— remote IPFS object store via Kubo HTTP (implementsRemoteStore)NetworkRemoteStore— remote store via daemon’sBlockTransport(implementsRemoteStore)RemoteStore— abstract trait for remote content-addressed storage
Re-exports§
pub use ipfs::IpfsBackend;pub use ipfs::IpfsStore;
Modules§
- ipfs
- IPFS-backed remote object store.
Structs§
- FsStore
- Filesystem-backed object store.
- Network
Remote Store - Bridges an async
BlockTransportto the syncRemoteStoretrait. - Staged
Store - Staged object store for atomic publishing.
Traits§
- Object
Store Ext - Typed object store API.
- Remote
Store - Remote content-addressed storage.