/time

Simple time handling in Rust

Primary LanguageRustApache License 2.0Apache-2.0

time

Utilities for working with time-related functions in Rust

Build Status

Documentation

Usage

Put this in your Cargo.toml:

[dependencies]
time = "*"

And this in your crate root:

extern crate time;