fits_converter/
lib.rs

1// Re-export the C-based implementation
2mod lib_c;
3pub use lib_c::FitsConverter;