natural_unit 0.1.4

Physical unit conversion program (SI, CGS, Natural, Geometrized)
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true
script:
  - cargo build --verbose --all
  - cargo test --verbose --all