prototty_common 0.25.0

Definition of common ui elements and views for use with prototty.
Documentation
extern crate prototty_input;
extern crate prototty_render;
#[cfg(feature = "serialize")]
#[macro_use]
extern crate serde;

mod alignment;
mod border;
mod decorated;
mod defaults;
mod menu;
mod pager;
mod rich_text;
mod string_view;
mod text_info;

pub use alignment::*;
pub use border::*;
pub use decorated::*;
pub use menu::*;
pub use pager::*;
pub use rich_text::*;
pub use string_view::*;
pub use text_info::*;