gecko-dev/third_party/rust/time
2018-02-15 20:10:11 +01:00
..
benches
src Bug 1412037 - Upgrade webdriver dependencies. r=jgraham 2017-10-30 15:09:29 +00:00
.cargo-checksum.json No bug: Update webdriver version in Cargo.lock, and revendor rust dependencies. r=me on a CLOSED TREE 2018-02-15 20:10:11 +01:00
.travis.yml
appveyor.yml
Cargo.toml No bug: Update webdriver version in Cargo.lock, and revendor rust dependencies. r=me on a CLOSED TREE 2018-02-15 20:10:11 +01:00
LICENSE-APACHE
LICENSE-MIT
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;