grab 0.3.1

Easily grab user input to your CLI
Documentation
1
2
3
4
5
6
//! Contains all errors exposed by this crate.
//!
//! See the individual modules for more information.

pub mod access;
pub mod input;