netcdf_src/
lib.rs

1//! Dummy crate for building `netCDF` from source
2//!
3//! The current pinned version is 4.9.3 + strlcpy patch
4
5#[cfg(feature = "dap")]
6extern crate link_cplusplus;
7
8extern crate hdf5_sys;
9extern crate libz_sys;