Expand description
Filesystem-based content-addressed blob storage.
Stores blobs in a directory structure similar to git:
{base_path}/{first 2 chars of hash}/{next 2 chars}/{remaining hash chars}
For example, a blob with hash abcdef123... would be stored at:
~/.hashtree/blobs/ab/cd/ef123...
Structs§
- FsBlob
Store - Filesystem-backed blob store implementing hashtree’s Store trait.
- FsStats
- Storage statistics.