time
Utilities for working with time-related functions in Rust
Usage
Put this in your Cargo.toml
:
[]
= "*"
And this in your crate root:
extern crate time;
Utilities for working with time-related functions in Rust
Put this in your Cargo.toml
:
[dependencies]
time = "*"
And this in your crate root:
extern crate time;