tsuzuri 0.1.285

Tsuzuri is a Event Sourcing framework for Rust, designed to be simple and easy to use.
Documentation
1
2
/// This file defines the `Version` type used in the snapshot system.
pub type Version = usize;