//! Flavours of clock sync algorithms
//!
//! This is where math happens
pub use Ntp;
pub use Phc;
pub use UncorrectedClock;
use crate;
/// Used as the output for `calculate_local_period_and_error` methods
/// Output from `calculate_theta` methods