Add Android.bp am: f04496a66b am: e6fd5afeff am: a0c55ea6b3

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

Change-Id: I9fb4071a2dc1ebbfcd2e6f6b3a1b225151ffac14
tree: 88dc97d765cdc6f9969187bedd7eeea98cf275b2
  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;