rust-fitsio
rust-fitsio copied to clipboard
FFI wrapper around cfitsio in Rust
Closes #198
Make sure that _not_ including `default-features = false` is still valid. I.e. when specifying a feature, it should override the default, not augment it.
https://github.com/mindriot101/rust-fitsio/issues/167
https://docs.rs/vcpkg/latest/vcpkg/
Should test `fitsio-src` feature with bindgen feature on all platforms, revisit support tiers now that windows tests are better
We should add coverage for the individual features. This could be done via a matrix of features that we test, then combining the coverage via the coveralls action finaliser. This...
Because if #208 we need to do another release of `fitsio` and `fitsio-sys`.
`hdu.read_key::(fptr, "GAIN")` returns `Some(200.0)` `hdu.read_key::(fptr, "GAIN")` returns `Some(1)` FITS file is here: https://drive.google.com/file/d/1CalgywTpuKKXDqO8rwc31APoVSxv_c-R/view?usp=sharing
For backwards compatibility