Add metadata files am: 68e693915f am: 0a2666b31a

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/time/+/1374052

Change-Id: I21fc35f72f82becf91c8c4763e4f8fdd7c6ea849
tree: ca2db28f0a56e3fd59c2c5964c2aad970df665af
  1. src/
  2. .cargo_vcs_info.json
  3. .gitignore
  4. Cargo.toml
  5. Cargo.toml.orig
  6. LICENSE-APACHE
  7. LICENSE-MIT
  8. METADATA
  9. MODULE_LICENSE_APACHE2
  10. README.md
README.md

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;