muxio 0.2.0-alpha

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

pub fn now() -> u64 {
    Utc::now().timestamp_micros() as u64
}