Time
Recipe | Crates | Categories |
---|---|---|
Use the time crate |
Use the time
crate
Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std]
.
fn main() { todo!(); }
[time: write (P1)](https://github.com/john-cd/rust_howto/issues/293)