Crate elmesque [−] [src]
This crate is an attempt at porting Elm's incredibly useful std graphics modules.
Visit elm-lang.org.
All credit goes to Evan Czaplicki for all algorithms included within.
Ported to Rust by Mitchell Nordine.
Reexports
pub use color as colour; |
pub use element::{Element, Renderer}; |
pub use form::{Form}; |
Modules
| color | |
| element | |
| form | |
| text | |
| transform_2d | |
| utils |