rust_ipfs/repo/datastore/
mod.rs

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