rustc/vendor/time
2021-04-15 23:27:12 +01:00
..
src New upstream version 1.52.0~beta.3+dfsg1 2021-04-15 23:27:12 +01:00
.cargo-checksum.json New upstream version 1.52.0~beta.3+dfsg1 2021-04-15 23:27:12 +01:00
Cargo.toml New upstream version 1.52.0~beta.3+dfsg1 2021-04-15 23:27:12 +01:00
LICENSE-APACHE New upstream version 1.32.0~beta.2+dfsg1 2018-12-16 10:13:16 -08:00
LICENSE-MIT New upstream version 1.32.0~beta.2+dfsg1 2018-12-16 10:13:16 -08:00
README.md New upstream version 1.46.0~beta.2+dfsg1 2020-08-06 23:19:31 +01:00

time

Utilities for working with time-related functions in Rust

build status Documentation rustc 1.21.0

time v0.1.x is Deprecated

The 0.1.x series of this library is deprecated and in maintenance mode. No new features will be added. Active development now occurs in the 0.2.x series.

If you need additional functionality that this crate does not provide, check out the chrono crate.

Usage

Put this in your Cargo.toml:

[dependencies]
time = "0.1"

And this in your crate root:

extern crate time;