wmark 0.1.4

Helpful structs to implement optimistic SSI (Serializable Snapshot Isolation) level transactions for database
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "std")]
mod std_;
#[cfg(feature = "std")]
pub use std_::*;

#[cfg(feature = "future")]
mod future;
#[cfg(feature = "future")]
pub use future::*;