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