Expand description

Raw time handling, provides a way to get a monotonic timer and the system time. You should use the rust standard library’s time functions instead of these directly.

Functions

Return a Duration representing an instant in monotonic time.
Return a Duration representing the time since the unix epoch.