Module iroh_blobs::store

source ·
Expand description

Implementations of blob stores

Re-exports§

  • pub use bao_tree;
  • pub use range_collections;

Modules§

  • redb backed storage
  • A full in memory database for iroh-blobs
  • A readonly in memory database for iroh-blobs, usable for testing and sharing static data.

Structs§

  • Configuration for the GC mark and sweep.

Enums§

Traits§

  • An async batch interface for writing bao content items to a pair of data and outboard.
  • A generic map from hashes to bao blobs (blobs with bao outboards).
  • An entry for one hash in a bao map
  • A partial entry
  • A mutable bao map.
  • Extension of Map to add misc methods used by the rpc calls.
  • The mutable part of a Bao store.

Type Aliases§