georust / netcdf

High-level netCDF bindings for Rust
Apache License 2.0
81 stars 28 forks source link

Revamp type descriptors #132

Closed magnusuMET closed 1 month ago

magnusuMET commented 4 months ago

Allows deriving types for user-defined structs and enums

Breaking change: Entire types.rs file, removed NcPutGet trait, for basic types the functionality is the same as before