//! High-resolution local clock, matching liblsl's lsl_local_clock().
//!
//! Uses std::time::Instant as a monotonic clock source with nanosecond precision.
use Lazy;
use Instant;
static EPOCH: = new;
/// Return the current local clock time in seconds (monotonic, high-resolution).
/// Equivalent to liblsl's lsl_local_clock().