termui 0.1.0

A terminal user interface library for the lazy
Documentation
1
2
3
4
5
/// Random value generator for sampling data.
#[cfg(feature = "test_utils")]
mod rvg;
#[cfg(feature = "test_utils")]
pub use rvg::*;