Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 515 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 515 Bytes

time

Utilities for working with time-related functions in Rust

Build Status Build status

Documentation

Usage

Put this in your Cargo.toml:

[dependencies]
time = "0.1"

And this in your crate root:

extern crate time;