drawille 0.2.2

Draw to the terminal using braille characters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
```