haematite 0.6.1

Content-addressed, branchable, actor-native storage engine
Documentation
1
2
3
4
5
6
7
pub mod entry;
pub mod filter;

pub use entry::{
    ExpiryTimestamp, TtlDecodeError, TtlEntry, TtlError, encode_optional_ttl, expires_at_from_ttl,
};
pub use filter::{Visibility, is_expired_at, visible_value, visible_value_at};