hifitime 1.0.8

Precise date and time handling in Rust built on top of std::f64 with leap second support
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
cache: cargo
script:
  - cargo test --verbose