1 2 3 4 5 6
//! Metadata types (assembly, image) pub mod assembly; pub mod image; pub use assembly::Assembly; pub use image::Image;