sounding-base 0.3.0

Data formats and algorithms for atmospheric soundings. The base crate is meant to be a common base for other crates to build on. These crates may be for managing a data-store, displaying data, or saving and loading files.
Documentation
language: rust
cache: cargo

rust:
  - 1.20.0
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly