rustfits 0.1.1

A light-weight FITS file reader in Rust
Documentation
1
2
3
4
5
#![crate_name = "rustfits"]

pub mod fits;
pub mod header;
pub mod data;