fitsio-sys-bindgen 0.0.6

FFI wrapper around cfitsio
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# fitsio-sys-bindgen

A [`bindgen`][2] implementation of a low level FFI wrapper to
`cfitsio`.

This wrapper requires the use of clang-3.9, see the [upstream
`bindgen` requirements][3] for more information.

See the [main documentation][1]

[1]: https://docs.rs/fitsio-sys
[2]: https://github.com/servo/rust-bindgen
[3]: https://github.com/servo/rust-bindgen#requirements