fits-io 0.1.0

A pure-Rust FITS file handling library inspired by CFITSIO, focused on safety, clarity, and performance.
Documentation
1
2
3
4
5
#[derive(Debug, Clone, Copy)]
pub struct FileProgress {
    pub total_bytes: u64,
    pub bytes_read: u64,
}