Module tvix_castore::proto::blob_service_client

source ·
Expand description

Generated client implementations.

Structs§

  • BlobService allows reading (or uploading) content-addressed blobs of data. BLAKE3 is used as a hashing function for the data. Uploading a blob will return the BLAKE3 digest of it, and that’s the identifier used to Read/Stat them too.