lognplot 0.1.0

Log and plot data
Documentation
1
2
3
4
5
/// A datatype for presenting a certain time duration.

struct Duration {
    attos: u64,
}