ineed 0.1.1

Lightweight CLI prompting library
Documentation
mod bool;
mod formatted;
mod many_written;
mod map;
mod max_tries;
#[cfg(feature = "rpassword")]
mod password;
mod selected;
mod separated;
mod then;
mod until;
mod written;

pub use bool::*;
pub use formatted::*;
pub use many_written::*;
pub use map::*;
pub use max_tries::*;
#[cfg(feature = "rpassword")]
pub use password::*;
pub use selected::*;
pub use separated::*;
pub use then::*;
pub use until::*;
pub use written::*;