Crate radicle_term

Source

Re-exports§

pub use ansi::Color;
pub use ansi::paint;
pub use ansi::Filled;
pub use ansi::Paint;
pub use ansi::Style;
pub use editor::Editor;
pub use element::Constraint;
pub use element::Element;
pub use element::Line;
pub use element::Size;
pub use hstack::HStack;
pub use label::label;
pub use label::Label;
pub use spinner::spinner;
pub use spinner::spinner_to;
pub use spinner::Spinner;
pub use table::Table;
pub use table::TableOptions;
pub use textarea::textarea;
pub use textarea::TextArea;
pub use vstack::VStack;
pub use vstack::VStackOptions;
pub use io::*;

Modules§

ansi
A dead simple ANSI terminal color painting library.
cell
colors
command
editor
element
format
hstack
io
label
pager
spinner
table
Print column-aligned text to the console.
textarea
vstack

Macros§

info
notice
success
tip

Structs§

Styled
Represents a content that when rendered must have the associated style applied to it.

Enums§

Interactive

Functions§

style