Overview
This is a lightweight library for more complicated CLIs, with multiple elements. It's designed to make separating multiple UI elements easier.
It's also designed to be versatile. With rust's trait interface, you can make it output from any CLI API, even though it was designed with crossterm in mind.
Usage
The prelude contains everything you can use (which isn't much).
I recommend you look at the documentation instead. Here's a short summary of what each structure does:
TBA
Status
Completed features
- Minimum functionality
- Capability for use with other APIs
Features being worked on
BLANK
Features to be added
- Ansi code support
License
This project is licensed under the MIT license.