time

Utilities for working with time-related functions in Rust

Build Status

Documentation

Usage

Put this in your Cargo.toml:

toml [dependencies] time = "*"

And this in your crate root:

rust extern crate time;