compound_duration 1.2.1

Convert seconds to compound duration (week, days, hours, minutes, seconds)
Documentation
language: rust
rust:
  - stable

os:
  - linux
  - osx

before_script:
  - rustup component add clippy

script:
  - cargo clippy --all-targets --all-features -- -D clippy::pedantic -D clippy::nursery
  - cargo test --all

notifications:
  email:
    on_success: never