selthi 0.2.7

A Rust library for building interactive prompts
Documentation
1
2
3
4
pub mod input;
pub mod select;
pub use crate::input::*;
pub use crate::select::*;