mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-24 13:43:15 +00:00
2e71c1874e
The `vec![]` macro is highly optimized by the Rust team and shorter. Don't do it manually. This change is mainly cleaner code. The only production code that uses this is `Terminal::with_options` and `Terminal::insert_before` so it's not performance relevant on every render. |
||
---|---|---|
.. | ||
barchart.rs | ||
block.rs | ||
list.rs | ||
paragraph.rs | ||
sparkline.rs |