prototty_common 0.19.0

Definition of common ui elements and views for use with prototty.
Documentation
extern crate prototty;
extern crate serde;
#[macro_use]
extern crate serde_derive;

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

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