17 releases

new 0.6.2 May 5, 2024
0.6.0 Jan 10, 2024
0.5.1 Apr 29, 2023
0.4.1 Feb 17, 2023
0.1.0 Jun 27, 2015

#282 in Science

Download history 338/week @ 2024-01-14 257/week @ 2024-01-21 415/week @ 2024-01-28 631/week @ 2024-02-04 581/week @ 2024-02-11 1040/week @ 2024-02-18 740/week @ 2024-02-25 945/week @ 2024-03-03 595/week @ 2024-03-10 569/week @ 2024-03-17 400/week @ 2024-03-24 532/week @ 2024-03-31 367/week @ 2024-04-07 312/week @ 2024-04-14 492/week @ 2024-04-21 350/week @ 2024-04-28

1,571 downloads per month
Used in 12 crates (via netcdf)

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

~4–17MB
~203K SLoC