netcdf-sys 0.3.5

FFI bindings to NetCDF
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 library
* `NETCDF_DIR` environment variable
* `nc-config`
* Default linker-available `netcdf`

If an include file is not found, some features might not be available, despite being included in the library.