1 2 3 4 5 6 7
#![warn(clippy::all, clippy::nursery, clippy::cargo)] mod app; mod image_window; mod metadata; mod sidebar; pub use app::MetadataTool;