commit | 384def2778291c8ae4d75aa270aa7837fb723067 | [log] [tgz] |
---|---|---|
author | Joel Galenson <[email protected]> | Thu Jul 30 16:13:59 2020 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Jul 30 16:13:59 2020 +0000 |
tree | 88dc97d765cdc6f9969187bedd7eeea98cf275b2 | |
parent | 8853f1b2207f755124766719f350d443ca98dbc4 [diff] | |
parent | a0c55ea6b3dfe8a19be2c18efeb65e7424289fd0 [diff] |
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
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;