1 2 3 4 5 6 7
//! Metadata handling for astronomical images pub mod fits_parser; pub mod types; pub mod xisf_parser; pub use types::AstroMetadata;