adjusting_clock 0.1.0

Measure time, while synchronizing it with an external source, for example adjusting the clock of a client to match the time one of a server.
Documentation
1
2
3
4
5
//! Simple types for typical use cases.

use crate::{Clock, ConstantRate};

pub type AdjustingClock = Clock<ConstantRate>;