Crates.io | netcdf-sys |
lib.rs | netcdf-sys |
version | 0.8.1 |
source | src |
created_at | 2015-06-27 17:20:05.909786 |
updated_at | 2024-08-20 14:53:37.333511 |
description | FFI bindings to NetCDF |
homepage | |
repository | https://github.com/georust/netcdf |
max_upload_size | |
id | 2476 |
size | 105,964 |
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-config
netcdf
If an include file is not found, some features might not be available, despite being included in the library.