dinglebit_store/
lib.rs

1//! Generic storage interfaces for accessing and storing persistent data.
2
3pub mod blob;
4pub mod collection;