| Current Path : /usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/image/src/math/ |
| Current File : //usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/image/src/math/mod.rs |
//! Mathematical helper functions and types. mod rect; mod utils; pub use self::rect::Rect; pub(super) use utils::resize_dimensions;