tree: cbfb83d01ca27c40df3118a17822c800f4290013 [path history] [tgz]
  1. benches/
  2. src/
  3. .cargo-checksum.json
  4. appveyor.yml
  5. Cargo.toml
  6. LICENSE-APACHE
  7. LICENSE-MIT
  8. README.md
third_party/rust_crates/vendor/time/README.md

time

Utilities for working with time-related functions in Rust

Build Status Build status

Documentation

Notes

This library is no longer actively maintained, but bugfixes will be added (details).

In case you're looking for something a little fresher and more actively maintained have a look at the chrono crate.

Usage

Put this in your Cargo.toml:

[dependencies]
time = "0.1"

And this in your crate root:

extern crate time;