| Crates.io | netcdf-sys |
| lib.rs | netcdf-sys |
| version | 0.8.3 |
| created_at | 2015-06-27 17:20:05.909786+00 |
| updated_at | 2025-06-12 10:01:35.186601+00 |
| description | FFI bindings to NetCDF |
| homepage | |
| repository | https://github.com/georust/netcdf |
| max_upload_size | |
| id | 2476 |
| size | 127,373 |
Rust bindings to netcdf-c to locate and link the system libraries neccessary to use netcdf.
This library can also build hdf5 and netcdf from source, to allow a fully static linking experience. This is enabled with the static feature.
The detection of netCDF has this priority order:
static feature will choose the built static libraryNETCDF_DIR environment variablenc-confignetcdfIf an include file is not found, some features might not be available, despite being included in the library.