fryingpan 0.1.0

A TUI library based on pancurses.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A TUI library based on pancurses.

To get started, run:
```
$ cargo add pancakes
```
Then you can consult the documentation or examples to learn how to use the library

## Examples
```
$ git clone https://git.whodiduexpect.com/placeholder/pancakes
$ cd pancakes 
$ cargo run --example getting_started
```