Cargo Features
fitsio has no features set by default.
[dependencies]
fitsio = { version = "0.21.9", features = ["array", "bindgen", "fitsio-src", "src-cmake", "clippy"] }
- array = ndarray
- bindgen
-
Enables with-bindgen of fitsio-sys
fitsio-sys:
Generate the FFI bindings using bindgen
rather than use the manually-written bindings.
Untested; use at one's peril. - fitsio-src
-
Enables fitsio-src of fitsio-sys
fitsio-sys:
Build, statically link, and use the vendored copy
of CFITSIO in the source tree, rather than the system version. - src-cmake
-
Enables src-cmake of fitsio-sys
fitsio-sys:
If the fitsio-src feature is enabled,
use CMake rather than Autotools to build CFITSIO. - clippy
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- ndarray array?
-
Enables ndarray ^0.16.0