Crate blobary

Source

Modules§

encrypt
redis
s3
sqlite

Structs§

Blob
TODO
BlobHash
The blob’s globally-unique cryptographic BLAKE3 hash.
BlobHasher
BlobStoreOptions
DirectoryBlobStore
EphemeralBlobStore
FileBlobStore
IndexedBlobStoreIterator

Enums§

BlobHashError
BlobStoreError

Constants§

BLOB_HASH_LEN
DEFAULT_MIME_TYPE
RECORD_SIZE

Statics§

FEATURES

Traits§

BlobData
A blob is a unique byte sequence of data.
BlobDataMut
A mutable blob is a unique byte sequence of data.
BlobStore
BlobStoreExt
File
FileSync
IndexedBlobStore

Functions§

encode_into_path
hash

Type Aliases§

BlobHashResult
BlobID
A blob’s locally-unique sequence ID in a [BlobStore].
Result