time_tools 0.1.0

Collection of general purpose time tools.
Documentation

module::time_tools rust-status

Collection of general purpose time tools.

Sample

use time_tools::*;

To add to your project

cargo add time_tools

Try out from the repository

git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/time_tools_trivial
cargo run