reequestty 0.5.1

An easy-to-use collection of interactive cli prompts
Documentation
1
2
3
4
5
6
fn main() {
    let q = reequestty::questions![Editor {
        editor: todo!(),
        editor: todo!(),
    }];
}