ntpsec-rs 0.2.18

Umbrella facade crate for ntpsec-rs — re-exports ntpsec-rs-core as the public API
Documentation
1
2
3
4
5
6
7
8
9
// ──── ntpsec-rs — Facade crate ──────────────────────────────────────────────
//
// Re-exports ntpsec-rs-core as the public API. Users who want the full
// deterministic brain can use `use ntpsec_rs::*`.
//
// =============================================================================

pub use ntpsec_rs_core::*;
pub use ntpsec_rs_io as io;