askr 0.1.7

Interactive CLI input tool with real-time validation and choice menus
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod basic;
pub mod choice;
pub mod datetime;
pub mod filesystem;
pub mod format;
pub mod numeric;

pub use basic::*;
pub use choice::*;
pub use datetime::*;
pub use filesystem::*;
pub use format::*;
pub use numeric::*;