cross-stream 0.12.0

An event stream store for personal, local-first use, specializing in event sourcing.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod append_command;
pub mod append_command_buffered;
pub mod cas_command;
pub mod cat_command;
pub mod cat_stream_command;
pub mod get_command;
pub mod last_command;
pub mod last_stream_command;
pub mod remove_command;
pub mod scru128_command;