uts 0.1.0

Simple timestamp utility
Documentation
uts-0.1.0 has been yanked.

timestamp

Crates.io License: MIT CI

A simple Rust utility for getting Unix timestamps.

Usage

Add to your Cargo.toml:

[dependencies]
timestamp = "0.1"

Then in your code:

use timestamp::timestamp;

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

License

MIT - see LICENSE file