promkit-core 0.5.0

Core library for promkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub use crossterm;

pub mod grapheme;
// TODO: reconciliation (detecting differences between old and new grapheme trees)
pub mod render;
pub mod terminal;
pub mod widget;

pub use widget::{
    ContentPosition, CreatedGraphemes, ScreenPosition, ViewportChange, VisualPosition, Widget,
    WidgetLayout, WidgetPosition, WidgetViewport, WidthMode,
};