gecko-dev/third_party/rust/time
Andreas Tolfsen ecd221fa64 Bug 1441204 - Upgrade time crate from 0.1.38 to 0.1.40. r=maja_zf
MozReview-Commit-ID: 3bdeeSwyE8Q

--HG--
extra : rebase_source : b3d57f59cc40534f9aee57140e759e435c10ee43
2018-06-14 12:58:45 -07:00
..
benches Bug 1441204 - Upgrade time crate from 0.1.38 to 0.1.40. r=maja_zf 2018-06-14 12:58:45 -07:00
src Bug 1441204 - Upgrade time crate from 0.1.38 to 0.1.40. r=maja_zf 2018-06-14 12:58:45 -07:00
.cargo-checksum.json Bug 1441204 - Upgrade time crate from 0.1.38 to 0.1.40. r=maja_zf 2018-06-14 12:58:45 -07:00
.travis.yml Bug 1441204 - Upgrade time crate from 0.1.38 to 0.1.40. r=maja_zf 2018-06-14 12:58:45 -07:00
appveyor.yml
Cargo.toml Bug 1441204 - Upgrade time crate from 0.1.38 to 0.1.40. r=maja_zf 2018-06-14 12:58:45 -07: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;