Simon Walker

Results 65 issues of Simon Walker

The caller may wish to provide their own buffer for better reuse of memory.

https://github.com/mstorsjo/msvc-wine/blob/master/README.md ??

Build under msys is broken: ``` error: failed to run custom build command for `fitsio-sys v0.5.0` Caused by: process didn't exit successfully: `D:\rust\live_stacking\target\debug\build\fitsio-sys-58e5685ff357160f\build-script-build` (exit code: 101) --- stdout cargo:rerun-if-env-changed=CFITSIO >=...

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...