cursive/src/utils/lines/mod.rs

5 lines
82 B
Rust
Raw Normal View History

2018-01-08 11:07:07 +00:00
//! Compute rows of text with a width constraint.
pub mod simple;
pub mod spans;