1//! Various utility types and functions. 2 3pub mod buf; 4pub mod pixfmt; 5pub mod pnm; 6pub mod rect; 7 8pub type Dims = (u32, u32);