gecko-dev/third_party/rust/time
Nathan Froyd b93bf873ba Bug 1502964 - part 2 - update winapi to froydnj/winapi-rs#aarch64; r=ted.mielczarek 2018-11-02 10:56:08 -04: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 1502964 - part 2 - update winapi to froydnj/winapi-rs#aarch64; r=ted.mielczarek 2018-11-02 10:56:08 -04:00
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
appveyor.yml

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;