ratatui/benches/main
Josh McKinney 5ad623c29b
chore: remove usage of prelude (#1390)
This helps make the doc examples more explicit about what is being used.
It will also makes it a bit easier to do future refactoring of Ratatui,
into several crates, as the ambiguity of where types are coming from
will be reduced.

Additionally, several doc examples have been simplified to use Stylize,
and necessary imports are no longer hidden.

This doesn't remove the prelude. Only the internal usages.
2024-09-28 11:47:45 -07:00
..
barchart.rs chore: remove usage of prelude (#1390) 2024-09-28 11:47:45 -07:00
block.rs chore(block): deprecate block::Title (#1372) 2024-09-20 10:21:26 +03:00
buffer.rs perf: add buffer benchmarks (#1303) 2024-08-06 23:05:36 -07:00
line.rs perf: move benchmarks into a single benchmark harness (#1302) 2024-08-06 05:31:13 -07:00
list.rs chore: rename ratatui-org to ratatui (#1334) 2024-08-21 11:35:08 -07:00
paragraph.rs chore: rename ratatui-org to ratatui (#1334) 2024-08-21 11:35:08 -07:00
rect.rs perf: move benchmarks into a single benchmark harness (#1302) 2024-08-06 05:31:13 -07:00
sparkline.rs chore: rename ratatui-org to ratatui (#1334) 2024-08-21 11:35:08 -07:00