Skip to main content

Module clock

Module clock 

Source
Expand description

Pluggable wall clock for deterministic timestamps in tests.

Mirrors the UlidRng pattern: production code uses SystemClock, tests inject FixedClock so snapshot output is byte-stable.

Structs§

FixedClock
Test clock: always returns the same instant.
SystemClock
Production clock: defers to Utc::now().

Traits§

Clock
Source of wall-clock time.