time-humanize
A rust crate that displays duration in a human readable format.
This project is a port of chrono-humanize-rs and now has 0 dependencies.
Usage
use Duration;
use HumanTime;
let duration = from_secs;
let human_time = from;
println!;
A rust crate that displays duration in a human readable format.
This project is a port of chrono-humanize-rs and now has 0 dependencies.
use Duration;
use HumanTime;
let duration = from_secs;
let human_time = from;
println!;