cursive-multiple-choice-view 0.1.1

Multiple choice view for Cursive
Documentation

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(["", ""]
	...
);