Add Android.bp am: f04496a66b am: e6fd5afeff Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/time/+/1374053 Change-Id: I668dddd370f9bc57e085327e0061af926b7cf797
Utilities for working with time-related functions in Rust
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.
Put this in your Cargo.toml:
[dependencies] time = "0.1"
And this in your crate root:
extern crate time;