Blob Store

Trace Blobs

Chunked blob storage with deduplication, cache, writer/reader APIs, repair, metrics, and policy hooks.

At a glance

FieldValue
Crate/packagetrace-blobs
Version0.1.0
Sourcemodels/trace-blobs
Public structs25
Public enums2
Public traits1
Public functions57
Public method targets9

What developers should learn here

Chunked blob storage with deduplication, cache, writer/reader APIs, repair, metrics, and policy hooks. The pages in this section are shaped around this package’s real modules and exported symbols, not a fixed template. Use the API Surface page as the coverage ledger and the workflow pages for how to compose the primitives.

Page map

Source modules

  • examples/minimal.rs — models/trace-blobs/examples/minimal.rs
  • src/blob.rs — models/trace-blobs/src/blob.rs
  • src/cache.rs — models/trace-blobs/src/cache.rs
  • src/chunk.rs — models/trace-blobs/src/chunk.rs
  • src/config.rs — models/trace-blobs/src/config.rs
  • src/error.rs — models/trace-blobs/src/error.rs
  • src/lib.rs — models/trace-blobs/src/lib.rs
  • src/metrics.rs — models/trace-blobs/src/metrics.rs
  • src/policy.rs — models/trace-blobs/src/policy.rs
  • src/reader.rs — models/trace-blobs/src/reader.rs
  • src/repair.rs — models/trace-blobs/src/repair.rs
  • src/store.rs — models/trace-blobs/src/store.rs
  • src/writer.rs — models/trace-blobs/src/writer.rs