ratatui / ratatui-macros

Macros for simplifying boilerplate for creating UI using Ratatui.
https://ratatui.rs
MIT License
28 stars 2 forks source link

feat: Add `line!` attribute macro #29

Closed kdheepak closed 6 months ago

kdheepak commented 6 months ago

This PR adds a line! attribute macro.

This makes it easier to construct a Line type from anything that can be converted into a Span.

kdheepak commented 6 months ago

Thanks for the feedback!

I used cargo +nightly fmt and it only made changes to other files. I'll make a separate PR for that.