georust / netcdf

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

Use feature check options in rust 1.77 #143

Open mulimoen opened 2 months ago

mulimoen commented 2 months ago

rustc-check-cfg wants features to be explicitely declared, to check for in appropriate feature usage. This picked up one bug with mmap

Will merge when 1.77 is a more common version