uts 0.1.6

Simple timestamp utility
Documentation

uts

Crates.io License: MIT CI

A simple Rust utility for getting Unix timestamps.

Usage

Add to your Cargo.toml:

[dependencies]
uts = "0.1"

Then in your code:

use uts::time;

fn main() {
    println!("Current timestamp: {}", time());
}

License

MIT - see LICENSE file