# Requestty Examples
The examples given show some basic usage of the library in different
ways. You can also see the documentation for the `Question` type for
examples on each prompt type.
## Required features
All of the examples work with all features.
## Run examples
```sh
$ cargo run --example [example-name]
```