CLAAR/
lib.rs

1//This is a library for drawing triangles in the terminal
2
3pub mod framebuffer;
4pub mod primatives;