timeago 0.4.2

Given a Duration, lossily format it like in 'N days ago'. Parsing it back to Duration is not supported yet.
Documentation
1
2
3
4
5
6
language: rust
rust:
  - 1.24.1
script:
  - cargo build --all-features --verbose --all
  - cargo test --all-features --verbose --all