In the Rust source, there is file io/netcdf.rs.
In this file, there is allow(deprecated, unused_variables, unreachable_patterns). This file is still under development and unstable, but this issue is to remind us to remove these statements and finish io/netcdf.rs module for access to netcdf4 file types.
In the Rust source, there is file
io/netcdf.rs.In this file, there is
allow(deprecated, unused_variables, unreachable_patterns). This file is still under development and unstable, but this issue is to remind us to remove these statements and finishio/netcdf.rsmodule for access to netcdf4 file types.