1 2 3 4 5 6 7 8 9
mod errors; use imagequant::{Attributes, new}; pub use errors::{Error, Result}; pub struct App {} fn main() {}