rs-humanize
This is a Rust port of go-humanize.
Right now only humanize.Time is ported over but I plan to do the rest.
Time
This lets you take a DateTime<Utc> and spit it out in relative terms. For
example, 12 seconds ago or 3 days from now.
Code example:
use rs-time;
use Utc;
println!;
println!;