uts
A simple Rust utility for getting Unix timestamps.
Usage
Add to your Cargo.toml:
[]
= "0.1"
Then in your code:
use time;
License
MIT - see LICENSE file
A simple Rust utility for getting Unix timestamps.
Add to your Cargo.toml:
[dependencies]
uts = "0.1"
Then in your code:
use uts::time;
fn main() {
println!("Current timestamp: {}", time());
}
MIT - see LICENSE file