//! IpfsEmbed is an embeddable ipfs implementation.
//!
//! ```
//! # fn main() -> Result<(), Box<dyn std::error::Error>> {
//! use ipfs_embed::{Config, Store};
//! let config = Config::from_path_local("/tmp/db")?;
//! let store = Store::new(config)?;
//! # Ok(()) }
//! ```
pub use ;
pub use Error;
pub use Cid;
pub use ;
pub use ;
pub use NetworkConfig;
pub use IVec;
pub use Metadata;
pub use Store;