netcdf-sys

Crates.ionetcdf-sys
lib.rsnetcdf-sys
version0.8.1
sourcesrc
created_at2015-06-27 17:20:05.909786
updated_at2024-08-20 14:53:37.333511
descriptionFFI bindings to NetCDF
homepage
repositoryhttps://github.com/georust/netcdf
max_upload_size
id2476
size105,964
netcdf-publishers (github:georust:netcdf-publishers)

documentation

README

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.

Commit count: 461

cargo fmt