astro-metadata 0.3.0

Metadata handling for astronomical images
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;