[][src]Module ipfs::repo::fs

Persistent fs backed repo.

Consists of FsDataStore and FsBlockStore.

Structs

FsBlockStore

File system backed block store.

FsDataStore

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.