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
5
6
7
pub mod table;
pub mod bintable;

pub mod image;
pub mod utils;

pub mod primaryhdu;