anathema-store 0.2.1

Various storage types for Anathema
Documentation
1
2
3
4
5
pub use self::owned::{Monitor, Owned, OwnedEntry, OwnedKey};
pub use self::shared::{Shared, SharedKey};

mod owned;
mod shared;