Crate crux_time

source ·
Expand description

Current time access for Crux apps

Current time (on a wall clock) is considered a side-effect (although if we were to get pedantic, it’s more of a side-cause) by Crux, and has to be obtained externally. This capability provides a simple interface to do so.

This is still work in progress and as such very basic.

Structs§

  • The Time capability API. Uses the chrono crate’s timezone aware representation of the current date and time.