ratatui/src
EdJoPaTo 541f0f9953
perf(cell): use const CompactString::new_inline (#979)
Some minor find when messing around trying to `const` all the things.

While `reset()` and `default()` can not be `const` it's still a benefit
when their contents are.
2024-03-05 22:05:24 +01:00
..
backend refactor: clippy::should_panic_without_expect (#974) 2024-03-03 21:41:23 -08:00
buffer perf(cell): use const CompactString::new_inline (#979) 2024-03-05 22:05:24 +01:00
layout refactor: clippy::thread_local_initializer_can_be_made_const (#974) 2024-03-03 21:41:24 -08:00
style refactor: clippy::many_single_char_names (#974) 2024-03-03 21:41:23 -08:00
terminal refactor: clippy::uninlined_format_args (#974) 2024-03-03 21:41:22 -08:00
text docs(text): update Text and Line docs (#969) 2024-03-05 22:02:07 +01:00
widgets refactor: clippy::else_if_without_else (#974) 2024-03-03 21:41:24 -08:00
backend.rs docs(examples): document incompatible examples better (#844) 2024-01-18 01:56:06 -08:00
buffer.rs feat: accept Color and Modifier for all Styles (#720) 2023-12-31 10:01:06 -08:00
layout.rs feat(layout): mark various functions as const (#951) 2024-02-13 19:05:23 -08:00
lib.rs refactor(lint): prefer idiomatic for loops (#974) 2024-03-03 21:41:18 -08:00
prelude.rs feat: add WidgetRef and StatefulWidgetRef traits (#903) 2024-02-02 00:02:16 -08:00
style.rs refactor: clippy::too_many_lines (#974) 2024-03-03 21:41:22 -08:00
symbols.rs refactor: clippy::doc_markdown (#974) 2024-03-03 21:41:20 -08:00
terminal.rs refactor(terminal): extract types to files (#760) 2024-01-07 12:53:16 +01:00
text.rs feat(line): implement Widget for Line (#715) 2023-12-27 20:30:47 +01:00
widgets.rs refactor: clippy::uninlined_format_args (#974) 2024-03-03 21:41:22 -08:00