Chroniker

A simple library to help with time in rust. Documentation

Utilities

Chroniker has many utilities. They include: - Time Unit Conversion - Thread Sleeping - Retrieving the current system time - Timers

Examples

The utilities are covered in the examples

Getting Started

Covers the Timer API $ cargo run --example getting_started

Millis Time

Covers how to get the Systems time in milliseconds $ cargo run --example millis_time

Units

Covers how to convert time units $ cargo run --example units