iroh_blobs

Module store

Source
Expand description

Store implementations

Use the mem store for sharing a small amount of mutable data, the readonly_mem store for sharing static data, and the fs store for when you want to efficiently share more than the available memory and have access to a writeable filesystem.

Modules§

  • File based blob store.
  • Mutable in-memory blob store.
  • Readonly in-memory store.

Constants§