georust / netcdf

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

netcdf features should be enabled if available #89

Closed magnusuMET closed 2 years ago

magnusuMET commented 2 years ago

Certain netcdf features are only available on certain versions of netcdf. netcdf-sys should parse the output of nc-config to determine which features are active and conditionally compile bindings for them.

magnusuMET commented 2 years ago

Fixed by #90