Open joshka opened 2 months ago
Currently this is already possible:
"hello world".bold()
Is having this additionally going to be valuable?
bold!("hello world")
Maybe (unsure), the difference is runtime via an imported trait vs compile time via expansion.
The style related widgets (
bold!
etc.) are pretty nice: https://github.com/sophacles/extra-widgets/blob/main/src/text_macros/mod.rssuggested in an issue https://github.com/ratatui-org/ratatui/issues/118