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
mod commands;
mod connect;
mod request;
mod types;

pub use self::commands::{
    append, cas_get, cas_post, cat, eval, get, import, last, remove, version,
};