Module iroh_bytes::store

source ·
Expand description

Implementations of blob stores

Re-exports§

Modules§

  • redb backed storage
  • 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§

  • 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§