ratatui / ansi-to-tui

Convert ansi colored text to tui::text::Text
https://crates.io/crates/ansi-to-tui
MIT License
57 stars 21 forks source link

using ansi-to-tui will resolve in conflicting implementation for ratatui crate #29

Closed Horryportier closed 1 year ago

Horryportier commented 1 year ago

hi was build an tui and it tried to use this crate after switching to ratatui but it results in compile errors discussed in this issue . It's not only happening when using this crate but its triggers it even when using solution that works without this crate present