muxio 0.3.0-alpha

Toolkit for layered stream multiplexing and schema-less RPC communication
Documentation
1
2
3
4
5
6
use chrono::Utc;

#[inline]
pub fn now() -> u64 {
    Utc::now().timestamp_micros() as u64
}