astrors 1.0.1

Astronomical package to deal with FITS files (tables and images). An effort to develop a common core package for Astronomy in Rust.
Documentation
1
2
3
4
pub mod header;
pub mod card;

pub use self::header::Header;