millisecond-0.2.2 has been yanked.
Millisecond crate
A better way to format and display time, which converts 33023448000ms to 1y 17d 5h 10m 48s
Install
In your Rust project root directory run:
$ cargo add millisecond
Example
use Millisecond;
License
MIT
Inspiration
This crate is inspired by pretty-ms npm package.