jay-algorithms 0.4.0

Internal dependency of the Jay compositor
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(
    clippy::mem_replace_with_default,
    clippy::comparison_chain,
    clippy::collapsible_else_if,
    clippy::needless_lifetimes
)]

pub mod qoi;
pub mod rect;
mod windows;