haematite 0.1.0

Content-addressed, branchable, actor-native storage engine
Documentation
1
2
3
4
5
6
7
8
9
pub mod buffer;
pub mod durable;
pub mod entry;
pub mod recovery;

pub use buffer::{LookupResult, Mutation, WalBuffer, WalError};
pub use durable::{DurableWal, FsyncPolicy, WalFileContents};
pub use entry::{OperationType, WalEntry};
pub use recovery::{RecoveredWal, WalRecovery};