iroh-store 0.1.3

Implementation of the storage part of iroh
docs.rs failed to build iroh-store-0.1.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: iroh-store-0.2.0

iroh store

crates.io Released API docs MIT/Apache-2.0 licensed CI

Storage for iroh. This provides an gRPC API for storing IPFS data in a RocksDB database.

How to run

# From the root of the workspace
> cargo run --release -p iroh-store

License