- Run fmt

- Use built-in async benching
- Use custom Resize::None when making ratatui images to save some cycles
This commit is contained in:
itsjunetime
2024-06-04 16:50:51 -06:00
parent 5825849434
commit 8feea1127b
9 changed files with 61 additions and 48 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#![feature(if_let_guard)]
pub mod renderer;
pub mod converter;
pub mod tui;
pub mod renderer;
pub mod skip;
pub mod tui;