Cargo Features
[dependencies]
netcdf = { version = "0.10.5", default-features = false, features = ["static", "derive", "mpi", "ndarray"] }
- default = ndarray
-
The
ndarray
feature is set by default whenevernetcdf
is added without
somewhere in the dependency tree.default-features = false - static
-
Enables static of netcdf-sys
- derive
-
Enables netcdf-derive
- mpi
-
Enables mpi-sys, mpi of netcdf-sys
Affects
netcdf::create_par_with
,netcdf::open_par_with
… - ndarray default
-
Enables ndarray