requestty/examples
Lutetium-Vanadium de232c7404 Fix ci errors
2021-07-08 18:37:02 +05:30
..
editor.rs rename to discourse 2021-05-27 21:15:50 +05:30
expand.rs rename to discourse 2021-05-27 21:15:50 +05:30
file.rs Added smallvec feature for inlining single completions 2021-06-27 17:26:04 +05:30
hierachical.rs rename to discourse 2021-05-27 21:15:50 +05:30
input.rs Fix ci errors 2021-07-08 18:37:02 +05:30
long-list.rs rustfmt 2021-06-22 17:12:12 +05:30
macro.rs Rename Checkbox to MultiSelect 2021-07-07 16:13:38 +05:30
multi_select.rs Rename Checkbox to MultiSelect 2021-07-07 16:13:38 +05:30
password.rs rustfmt 2021-06-22 17:12:12 +05:30
prompt_module.rs Rename Checkbox to MultiSelect 2021-07-07 16:13:38 +05:30
raw-select.rs rename to discourse 2021-05-27 21:15:50 +05:30
README.md rename to discourse 2021-05-27 21:15:50 +05:30
recursive.rs rustfmt 2021-06-22 17:12:12 +05:30
select.rs rename to discourse 2021-05-27 21:15:50 +05:30
when.rs rename to discourse 2021-05-27 21:15:50 +05:30

Discourse Examples

The examples given show some basic usage of the library in different ways. templates/pizza.rs has a question iterator declaration which is used in some examples which demonstrate things other than declaring questions.

Required features

All of the examples work with all features.

Run examples

$ cargo run --example [example-name]