console-utils 1.8.3

Simple CLI Input and Control Utilities
Documentation
1
2
3
4
5
6
7
// Generate docs from readme
#![doc = include_str!("../README.md")]

pub mod control;
pub mod input;
pub mod read;
pub mod styled;