gribberish 0.25.1

Parse grib 2 files with Rust
Documentation
1
2
3
4
5

pub trait GribSection {
	fn len(&self) -> usize;
	fn number(&self) -> u8;
}