drawille-rs
===========
A terminal graphics library for Rust that enables the use of braille characters
to draw shapes.
This is a port of [asciimoo/drawille](https://github.com/asciimoo/drawille) to Rust.
Usage
Just add P1start/drawille-rs to your Cargo.toml:
```toml
[dependencies.drawille]
git = "git://github.com/P1start/drawille-rs"
```