Module rust_ipfs::repo::fs

source ·
Expand description

Persistent fs backed repo.

Consists of FsDataStore and FsBlockStore.

Structs

  • File system backed block store.
  • FsDataStore which uses the filesystem as a lockable key-value store. Maintains a similar to FsBlockStore sharded two level storage. Direct have empty files, recursive pins record all of their indirect descendants. Pin files are separated by their file extensions.