//! Time helpers.
//!
//! Internal-only. Records carry timestamps as Unix nanoseconds; this
//! module produces them.
use ;
/// Read the current wall-clock time as Unix nanoseconds.
///
/// Falls back to `0` if the system clock is before the Unix epoch
/// (which is impossible on any sane machine; this is for soundness).
pub