[][src]Module aliri_core::clock

Utilities for messing with time

Structs

System

The system clock as provided by std::time::SystemTime

TestClock

A test clock which maintains the current time as internal state

UnixTime

Unix time

Traits

Clock

Represents a clock, which can tell the current time