pangaea 0.2.3

A rust module to to access data from pangaea.de
Documentation
1
2
3
pub use crate::error::Error;

pub type Result<T> = core::result::Result<T, Error>;