#![allow( clippy::mem_replace_with_default, clippy::comparison_chain, clippy::needless_lifetimes )] pub mod qoi; pub mod rect; mod windows;