netcdf3 0.6.1

A pure Rust library for reading and writing NetCDF-3 files
Documentation
1
2
3
4
5
#![cfg(test)]
mod tests_dimension;
mod tests_global_attribute;
mod tests_var_attribute;
mod tests_variable;