mutils 12.7.0

Mathematical-like utilities. Points, Sizes, Colours, maths operating on them. Things like that.
Documentation
1
2
3
4
5
6
#[derive(Copy, Clone, PartialEq, Debug)]
pub enum VerticalPosition {
    Above,
    Inside,
    Below,
}