paperboy 0.1.5

A Rust TUI API tester
1
2
3
4
5
6
7
//! Re-export of the panel line/wrap cache from the `tui-panel-select` crate.
//!
//! The implementation lives in that crate so it can be reused across TUI
//! apps; PaperBoy consumes it here under the original module path so the
//! rest of the code (and its tests) need no import changes.

pub(crate) use tui_panel_select::wrapcache::{PanelWrap, TextPos};