time-now 0.1.2

Get current time as seconds or milli/micro/nano seconds, since unix epoch time, using single function call. Pure Rust std library based. No dependencies on any other crate. Safe and Lightweight (1.8 kb).
Documentation
1
2
3
4
5
6
7
8
# time-now

Get current time as seconds or milli/micro/nano seconds, since unix epoch time, using single function call.

Pure Rust std library based. No dependencies on any other crate.

Safe and Lightweight (~2 kb).