millisecond 0.5.0

Format milliseconds into a human-readable and relative timestamp formats. This package has no-std dependency.
Documentation
1
2
3
4
5
pub trait RelativeFormatter {
    type Output;

    fn relative(&self) -> Self::Output;
}