Crate fsblobstore

source ·
Expand description

A abstraction over a filesystem blob storage where each blob is named/key’d by its own hash.

§Features

FeatureFunction
enumerateEnable method for enumerating all keys in storage.
get-fnameEnable method for acquiring the path of a blob.
mkbasedirAuto-create the base directory in factory methods.

The use of the enumerate and get-fname features are discouraged since they may encourage breaking the intended usage pattern for FsBlobStore instances.

Re-exports§

Structs§

  • A hash of a content blob.
  • An abstraction over a blob storage in a file system directory.
  • Temporary file contents generator.

Enums§