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

Download history 560/week @ 2024-08-24 674/week @ 2024-08-31 723/week @ 2024-09-07 961/week @ 2024-09-14 897/week @ 2024-09-21 436/week @ 2024-09-28 668/week @ 2024-10-05 699/week @ 2024-10-12 1118/week @ 2024-10-19 1289/week @ 2024-10-26 1233/week @ 2024-11-02 1201/week @ 2024-11-09 1008/week @ 2024-11-16 1258/week @ 2024-11-23 1578/week @ 2024-11-30 1893/week @ 2024-12-07

5,819 downloads per month
Used in 16 crates (2 directly)

MIT license

3MB
66K SLoC

C 55K SLoC // 0.2% comments M4 4K SLoC // 0.2% comments Rust 3K SLoC // 0.0% comments Shell 2.5K SLoC // 0.2% comments C++ 1K SLoC // 0.1% comments Automake 232 SLoC // 0.3% comments Happy 103 SLoC Batch 4 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 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.

Dependencies

~1–13MB
~167K SLoC