boringdb 0.4.1

Robust, reasonably high-performance key-value database built on SQLite
Documentation
1
2
3
4
use std::sync::atomic::AtomicU64;

// Global pseudotime counter
pub(crate) static GLOBAL_PSEUDO_TIME: AtomicU64 = AtomicU64::new(0);