Skip to content

A minimalist Rust crate to play with UNIX epoch-based Instant

License

Notifications You must be signed in to change notification settings

qdeconinck/unix-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unix-time

A minimalist Rust crate to play with UNIX epoch-based Instant.

Using it

Simply add this to your Cargo.toml:

[dependencies]
unix-time = "0.1"

You can then use the defined Instant using

use unix_time::Instant;
// Do whatever you want with Instant

About

A minimalist Rust crate to play with UNIX epoch-based Instant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages