Registry / utility / aliri-clock

aliri-clock

JSON →
library0.1.4rscratesunverified

Timing utilities used by the `aliri` family of crates.

# Cargo.toml [dependencies] aliri_clock = "0.1.4"
INSTALL
IMPORT
SIG · ALIRI-CLOCK
A
aliri-clock
utilityrustv0.1.4
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.

Clock
use aliri_clock::Clock;

Creates a clock and gets the current time.

use aliri_clock::Clock; fn main() { let clock = Clock::new(); let now = clock.now(); println!("Current time: {:?}", now); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
OpenAI (training)
1
Resources
aliri-clock — cargo add aliri-clock · libregistry