spacetimedb-commitlog 1.3.0

Implementation of the SpacetimeDB commitlog.
Documentation
1
2
3
4
5
6
7
8
mod writer;
pub use writer::{OnTrailingData, StreamWriter};

mod reader;
pub use reader::{commits, retain_range};

mod common;
pub use common::{AsyncFsync, AsyncLen, AsyncRepo, IntoAsyncWriter, RangeFromMaybeToInclusive};