Fix time/METADATA am: 200e7bb88a

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

Change-Id: I6fa34f0fac091c87261b4c87fb367189355f1ff5
tree: ce36ce7c677f071fcddfba10cfe21b362e850636
  1. src/
  2. .cargo_vcs_info.json
  3. .gitignore
  4. Android.bp
  5. Cargo.toml
  6. Cargo.toml.orig
  7. LICENSE-APACHE
  8. LICENSE-MIT
  9. METADATA
  10. MODULE_LICENSE_APACHE2
  11. 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;