20 unstable releases (7 breaking)
0.8.1 | Aug 20, 2024 |
---|---|
0.7.0 | Aug 8, 2024 |
0.6.2 | May 5, 2024 |
0.6.0 | Jan 10, 2024 |
0.1.0 | Jun 27, 2015 |
#278 in Science
3,340 downloads per month
Used in 15 crates
(2 directly)
3MB
66K
SLoC
netcdf-sys
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.
Detection of netCDF
The detection of netCDF
has this priority order:
static
feature will choose the built static libraryNETCDF_DIR
environment variablenc-config
- Default linker-available
netcdf
If an include file is not found, some features might not be available, despite being included in the library.
Dependencies
~1–13MB
~163K SLoC