Add time/OWNERS am: 57d35b8094

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

Change-Id: I922cfb63aa9fdab0e360d9d3469eb9152adcd160
tree: 79c8f97b914a61f25451d4d925197a2d91385ad4
  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. OWNERS
  12. 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;