Registry / crypto / tai64
library4.1.0rscratesunverified

TAI64 and TAI64N (Temps Atomique International) timestamp support for Rust.

# Cargo.toml [dependencies] tai64 = "4.1.0"
INSTALL
IMPORT
SIG · TAI64
T
tai64
cryptorustv4.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TAI64N
use tai64::TAI64N;

Get the current TAI64N timestamp.

use tai64::TAI64N; fn main() { let now = TAI64N::now(); println!("Current TAI64N: {}", now); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Resources
tai64 — cargo add tai64 · libregistry