[][src]Crate ipfs_embed

IpfsEmbed is an embeddable ipfs implementation.

use ipfs_embed::{Config, Store};
let config = Config::from_path("/tmp/db")?;
let store = Store::new(config)?;

Structs

Config
NetworkConfig
Store

Enums

Error