promptt 1.1.0

Interactive CLI prompts library, lightweight and easy to use.
Documentation
1
2
3
4
5
6
//! Shared utilities for prompt rendering: figures, styling.

pub mod figures;
pub mod style;

pub use figures::Figures;