cursive 0.14.1

A TUI (Text User Interface) library focused on ease-of-use.
Documentation
1
2
3
4
//! Compute rows of text with a width constraint.

pub mod simple;
pub mod spans;