Re-exports§
pub use ansi::Color;pub use ansi::paint;pub use ansi::Filled;pub use ansi::Paint;pub use ansi::Style;pub use ansi::TerminalFile;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
- editor
- element
- format
- hstack
- io
- label
- spinner
- table
- Print column-aligned text to the console.
- textarea
- vstack
Macros§
Structs§
- Styled
- Represents a content that when rendered must have the associated style applied to it.