commit | 57d35b8094b68142bb46d9ab9cfe30ec09a960d5 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <[email protected]> | Wed Sep 16 17:53:48 2020 -0700 |
committer | Chih-Hung Hsieh <[email protected]> | Wed Sep 16 17:53:48 2020 -0700 |
tree | 79c8f97b914a61f25451d4d925197a2d91385ad4 | |
parent | c4c827c9b74031bbaafaedbcc237c75043154703 [diff] |
Add time/OWNERS Test: make Change-Id: I59966911c4ac1132333febfbbf7cef63f7191353
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;