uts

Crates.iouts
lib.rsuts
version0.1.6
created_at2025-07-15 13:39:31.194598+00
updated_at2025-07-15 14:42:38.83601+00
descriptionSimple timestamp utility
homepage
repositoryhttps://github.com/rustcrate/uts
max_upload_size
id1753363
size3,325
(sprappcom)

documentation

README

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

Commit count: 0

cargo fmt