yacll 0.7.0

Yet Another Curses-Like Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# **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
```