time_tools 0.2.0

Collection of general purpose time tools.
Documentation
1
2
3
4
5
6

#[ allow( unused_imports ) ]
use test_tools::exposed::*;
use time_tools as TheModule;

mod inc;