bernardo-tui 0.2.7

A keyboard-only, distraction-free TUI widget library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod buffer_shared_ref;
pub mod buffer_state;
pub mod document_identifier;
pub mod label;
pub mod text_buffer;
pub mod text_edit;

mod buffer_state_test;
pub mod contents_and_cursors;

#[cfg(test)]
mod rope_tests;

pub mod buffer_state_fuzz;
mod ident_type;