1
2
3
4
//! Generic storage interfaces for accessing and storing persistent data.

pub mod blob;
pub mod collection;