Expand description
This module provides a way to parse ansi escape codes and convert them to ratatui objects.
This code is a modified version of ansi_to_tui.
Re-exports§
pub use error::Error;
Modules§
Traits§
IntoText
will convert any type that has aAsRef<[u8]>
to a Text.