inquire 0.9.4

inquire is a library for building interactive prompts on terminals
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! UI-related definitions for rendered content.

mod api;
mod backend;
pub(crate) mod dimension;
mod frame_renderer;
mod input_reader;

pub(crate) use backend::*;
pub(crate) use input_reader::*;

pub use api::*;