temps
temps or [tã] is a library for working with time and dates in Rust.
Usage
Add temps to your Cargo.toml.
= "0.1"
hh:mm:ss
I migrated the functionality of hhmmss into temps as it is not actively maintained anymore.
let duration = new; // also works for "chrono::Duration" and "time::Duration"
duration.hhmmss // yields "00:00:10"
duration.hhmmssxxx // yields "00:00:10.000"