.. | ||
benches | ||
src | ||
.cargo-checksum.json | ||
appveyor.yml | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
time
Utilities for working with time-related functions in Rust
Usage
Put this in your Cargo.toml
:
[dependencies]
time = "0.1"
And this in your crate root:
extern crate time;