9 releases (4 breaking)

Uses old Rust 2015

0.5.1 Aug 19, 2017
0.5.0 Jul 23, 2017
0.4.1 Jul 10, 2017
0.3.1 Jul 9, 2017
0.1.1 Jul 7, 2017

#6 in #time-unit

MIT license

12KB
129 lines

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

No runtime deps