Registry / utility / uhlc
library0.9.0rscratesunverified

A Unique Hybrid Logical Clock implementation for Rust.

# Cargo.toml [dependencies] uhlc = "0.9.0"
INSTALL
IMPORT
SIG · UHLC
U
uhlc
utilityrustv0.9.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.

HLC
use uhlc::HLC;

Creates a default HLC and generates a new timestamp.

use uhlc::HLC; fn main() { let mut hlc = HLC::default(); let timestamp = hlc.new_timestamp(); println!("{:?}", timestamp); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
uhlc — cargo add uhlc · libregistry