rsfitsio 0.462.2

Rust bindings for the CFITSIO library, providing access to FITS files.
Documentation
[![Crates.io](https://img.shields.io/crates/v/rsfitsio.svg)](https://crates.io/crates/rsfitsio)
[![Actions Status](https://github.com/petesmc/rsfitsio/workflows/CI/badge.svg)](https://github.com/petesmc/rsfitsio/actions)
[![Documentation](https://docs.rs/rsfitsio/badge.svg)](https://docs.rs/rsfitsio/)
[![codecov](https://codecov.io/gh/petesmc/rsfitsio/branch/master/graph/badge.svg?token=0DNCU7VRH2)](https://codecov.io/gh/petesmc/rsfitsio)
[![Dependency status](https://deps.rs/repo/github/petesmc/rsfitsio/status.svg)](https://deps.rs/repo/github/petesmc/rsfitsio)

Rust rewrite of cfitsio.

This is a line for line translation of cfitsio, attempting to keep it as compatible as possible and synced with the main repo. The repo exposes a compatible C API.

There are many safety issues to still deal with and we do not support all the targets that the original C code does.

Has not been tested on MacOS.


[cfitsio Repo](https://github.com/HEASARC/cfitsio)

[cfitsio Homepage](https://heasarc.gsfc.nasa.gov/fitsio/)

[Fits File Standard](https://fits.gsfc.nasa.gov/fits_standard.html)