yacll 0.2.0

Yet Another Curses-Like Library
Documentation
# **Y**et **A**nother **C**urses-**L**ike **L**ibrary

`yacll` is a curses-like library, built on the `crossterm` library for compatibility.

Basically, it's intended as a more rustic and safe replacement for other libraries like `ncurses` and `pancurses`.

`yacll` is still currently in development! If you'd like to contribute, please refer to the CONTRIBUTING.md file (which will *eventually* be made.)

## Installation

```
$ cargo add yacll
```