2 releases

0.1.1 Feb 23, 2025
0.1.0 Feb 16, 2025

#513 in Command-line interface

Download history 138/week @ 2025-02-20 33/week @ 2025-02-27 2/week @ 2025-03-06 3/week @ 2025-04-10 1/week @ 2025-04-17 6/week @ 2025-05-08

69 downloads per month

MIT license

35KB
650 lines

Cursive Mutliple Choice View

This is a multiple choice view inspired by menuconfig with customizable indicators. The view is largely based on cursive's SelectView.

minimal_example

Usage

For examples of how to use this view see examples folder.

Indicators can be customized with set_choice_indicators() (or with_choice_indicators()).

let multiple_choice_view = MultipleChoiceView::new()
	.with_choice_indicators(["", ""]
	...
);

Dependencies

~7–13MB
~148K SLoC