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

  1. Minimum functionality
  2. Capability for use with other APIs

Features being worked on

BLANK

Features to be added

  1. Ansi code support

License

This project is licensed under the MIT license.

(LICENSE-MIT or http://opensource.org/licenses/MIT)