synd-support 0.4.0

shared support utilities for syndicationd crates
Documentation
1
2
3
4
5
6
7
8
mod clock;
#[cfg(feature = "humantime")]
pub mod humantime;

pub use clock::{Clock, SystemClock};

#[cfg(any(test, feature = "mock"))]
pub use clock::FakeClock;