tui-canvas 0.8.10

Form/textarea/input for TUI
Documentation
1
2
3
4
5
6
7
8
9
10
//! Multi-field form rendering.

#[cfg(feature = "gui")]
pub mod render;

#[cfg(feature = "gui")]
pub use render::{
    CanvasDisplayOptions, OverflowMode, render_canvas, render_canvas_default,
    render_canvas_with_options,
};