menu
menu copied to clipboard
Command-line menu system for embedded Rust platforms.
Results
12
menu issues
Sort by
recently updated
recently updated
newest added
I'm the maintainer of a [no_std line editor called `noline`](https://github.com/rustne-kretser/noline). I'd like to use `noline` as the line editor for `menu`. With noline you get: - Proper ANSI terminal line...
In version 0.6 `self.prompt()` has moved inside the inner_runner which is not public. It was useful to have access to `.prompt()` to display the prompt after printing any information so...