A rusty wrapper over notcurses, the most blingful TUI library.
Example
use *;
Status of the library
Current version 3.1.0 is compatible with notcurses 3.0.8.
Current major version 3 is considered a development version.
Main differences with libnotcurses-sys:
- Fully safe public API.
- Allocating types have the
Droptrait implemented. - Coordinates are used in the most common order: x, y.
- There is no direct mode, just use the CLI mode.
- The standard plane is now known as the CLI plane.
- The
*Optionsstructs are replaced by*Builders.