| Crates.io | uts |
| lib.rs | uts |
| version | 0.1.6 |
| created_at | 2025-07-15 13:39:31.194598+00 |
| updated_at | 2025-07-15 14:42:38.83601+00 |
| description | Simple timestamp utility |
| homepage | |
| repository | https://github.com/rustcrate/uts |
| max_upload_size | |
| id | 1753363 |
| size | 3,325 |
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