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§
- A dead simple ANSI terminal color painting library.
- Print column-aligned text to the console.
Macros§
Structs§
- Represents a content that when rendered must have the associated style applied to it.