commit | c4c827c9b74031bbaafaedbcc237c75043154703 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <[email protected]> | Thu Aug 27 21:50:18 2020 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Aug 27 21:50:18 2020 +0000 |
tree | ce36ce7c677f071fcddfba10cfe21b362e850636 | |
parent | e6fd5afeff97bf8766d15a22ae6c79c0554859f8 [diff] | |
parent | 200e7bb88a353ff3358ac346083f76d38dc35089 [diff] |
Fix time/METADATA am: 200e7bb88a Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/time/+/1414042 Change-Id: I6fa34f0fac091c87261b4c87fb367189355f1ff5
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;