chroniker

Crates.iochroniker
lib.rschroniker
version0.5.1
sourcesrc
created_at2017-07-07 23:33:56.18718
updated_at2017-08-19 15:42:03.272438
descriptionA simple library to help with time
homepage
repositoryhttps://github.com/DevOrc/chroniker
max_upload_size
id22457
size14,807
devx (github:seaplane-io:devx)

documentation

https://docs.rs/chroniker/0.5.1/chroniker/

README

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
Commit count: 50

cargo fmt