use-consistency
Consistency and durability label primitives for RustUse.
Experimental
use-consistency is experimental while use-nosql remains below 0.3.0.
Example
use ;
let read = new;
let replication = new;
let quorum = new;
assert_eq!;
assert_eq!;
assert_eq!;
Scope
- Consistency, read concern, write concern, durability, replication factor, and quorum labels.
- Descriptive, vendor-neutral semantics.
Non-goals
- Vendor-specific consistency guarantees.
- Cluster management.
- Read or write execution.
License
Licensed under either Apache-2.0 or MIT.