commit | 87a1017be5e472d1f53b2edc9d7905df0ee98154 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <[email protected]> | Thu Sep 17 07:07:56 2020 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Sep 17 07:07:56 2020 +0000 |
tree | 79c8f97b914a61f25451d4d925197a2d91385ad4 | |
parent | c4c827c9b74031bbaafaedbcc237c75043154703 [diff] | |
parent | 57d35b8094b68142bb46d9ab9cfe30ec09a960d5 [diff] |
Add time/OWNERS am: 57d35b8094 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/time/+/1429409 Change-Id: I922cfb63aa9fdab0e360d9d3469eb9152adcd160
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;