tui-canvas 0.8.10

Form/textarea/input for TUI
Documentation
1
2
3
4
5
6
7
// src/canvas/modes/mod.rs

pub mod highlight;
pub mod manager;

pub use highlight::HighlightState;
pub use manager::{AppMode, ParseAppModeError};