Module iroh_bytes::store

source ·
Expand description

Implementations of blob stores

Re-exports

Modules

  • A flat file database implementation.
  • A full in memory database for iroh-bytes
  • A readonly in memory database for iroh-bytes, usable for testing and sharing static data.

Enums

Traits

  • A generic collection of blobs with precomputed outboards
  • An entry for one hash in a bao collection
  • A mutable bao map
  • A partial entry
  • Extension of BaoMap to add misc methods used by the rpc calls.
  • The mutable part of a BaoDb