imageun 0.0.0

A fork of image-rs/image that unleased the project from its breaking change chains
Documentation
1
2
3
4
5
6
//! Mathematical helper functions and types.
mod rect;
mod utils;

pub use self::rect::Rect;
pub(super) use utils::resize_dimensions;