1 2 3 4 5 6
//! Standard imports to make this crate easiest to use pub use crate::Clock; #[cfg(target_os = "linux")] pub use crate::clocks::linux::PosixClock;