clock-bound 3.0.0-beta.0

A crate to provide error bounded timestamp intervals.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! ClockBound

#[cfg(feature = "client")]
pub mod client;

pub mod shm;

pub mod vmclock;

#[cfg(any(feature = "daemon", feature = "algorithm"))]
pub mod daemon;