runic 1.1.0

Stupid string to duration converter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod utils;

mod mixed {
    use super::*;

    test! {
        name: with_text,
        now: time! {16:11},
        total: duration! {00:19},
        describe: r###"
            Originally event should have started at 6pm
            but they moved it 1 hour further
            I need -2hours to get there and around -.5h just in case
        "###
    }
}