fryingpan 0.1.2

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

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

## Examples
```
$ git clone https://git.whodiduexpect.com/placeholder/pancakes.git
$ cd pancakes 
$ cargo run --example getting_started
```
(The library was originally named `pancakes`.)