timereport 0.4.0

A small command-line utility for reporting working time and displaying it in different formats.
Documentation
1
2
3
4
5
6
use timereport::parse_date;

#[rstest]
fn parse_date_error() {
    parse_date
}