lb 0.3.0

A TUI library with ASCII/Unicode graphics.
Documentation
# lb

A TUI library with ASCII/Unicode graphics.

## Example

Run the example:

```sh
cargo run --example image -- <typesetter> <image>
```

`<typesetter>` must be one of: block, half, quadrant, sextant, or asymmetric.

For example:

```sh
cargo run --example image -- asymmetric /path/to/image.png
```