1
2
3
4
5
6
7
//! Provides memory map backed storage
#![deny(missing_docs)]

pub mod anonim;
pub mod file;
#[cfg(feature = "serde")]
pub mod serializer;