fast image operations
1
2
3
4
//! contains drawing operations, like {line, box, triangle} drawing
mod r#box;
mod line;
mod tri;