prototty_elements 0.7.0

Collection of ui elements for use with prototty
Documentation
1
2
3
4
5
mod menu;
mod menu_runner;

pub use self::menu::{MenuEntry, Menu, MenuInstance};
pub use self::menu_runner::{MenuRunner, MenuChoice};