chekov 0.1.1

CQRS/ES Framework
1
2
3
4
5
#[derive(Debug, Clone)]
pub enum Consistency {
    Strong,
    Eventual,
}