rust_ipfs/repo/datastore/
mod.rs

1
2
3
4
5
6
#[cfg(not(target_arch = "wasm32"))]
pub mod flatfs;
pub mod memory;

#[cfg(target_arch = "wasm32")]
pub mod idb;