askit 0.2.0

A simple and semantic library to ask for user input in CLI applications. Type-safe parsing, defaults and retries.
Documentation
1
pub type Validator<T> = Box<dyn Fn(&T) -> bool + 'static>;