ntpsec-rs 0.3.3

Umbrella crate for ntpsec-rs — forensic Rust reconstruction of NTPsec
Documentation
1
2
3
4
5
6
7
8
9
10
// ──── 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::*;
#[cfg(feature = "ntpsec-rs-io")]
pub use ntpsec_rs_io as io;