fitrs 0.4.1

Parse FITS file in pure rust
Documentation
# FITRS

[![Build Status](https://travis-ci.org/malikolivier/fitrs.svg?branch=master)](https://travis-ci.org/malikolivier/fitrs)
[![Latest release on crates.io](https://meritbadge.herokuapp.com/fitrs)](https://crates.io/crates/fitrs)
[![Documentation on docs.rs](https://docs.rs/fitrs/badge.svg)](https://docs.rs/fitrs)

**DISCLAIMER:** This lib is experimental and unstable.
API changes will most probably occur.

Read/Write FITS file for astronomical use. Not all the features of the [FITS
standard](https://archive.stsci.edu/fits/fits_standard/) are supported, but the
basic features are there.

The objective is to make a lib to manage FITS files in pure rust, with as few
dependencies as possible, intelligent cache and multi-threading in mind.

## Documentation

You can refer to the [online doc](https://docs.rs/fitrs).

See the tests and benchmarks in the repository for more examples how to use.