sounding-base 0.0.2

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
1
2
3
4
#![allow(missing_docs)]
//! Error types for the sounding-base crate.

error_chain!{}