Module ansi

Source
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§

code
error
parser

Traits§

IntoText
IntoText will convert any type that has a AsRef<[u8]> to a Text.