Rust library that takes a duration and returns a string that is prettier to read for a human. The format of the duration can be customized in a short and long format and can be localized.
// Add the modules (files) but do not expose to avoid long path when using
modpretty_duration_bins;modpretty_duration_options;// Expose direct struct and enum for shorter path when using
pubusepretty_duration_bins::DurationBins;pubusepretty_duration_options::*;