Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

To install AppCUI, add it to your Cargo.toml as follows:

[dependencies]
appcui = <version>

Then you can use the following import in your code:

use appcui::prelude::*;