This looks really promising. I'll be especially excited if they can make the derive pattern easy to bolt-on to existing projects.
this post was submitted on 27 Jan 2025
30 points (96.9% liked)
Rust
6402 readers
29 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 2 years ago
MODERATORS
Yo! yeah interoperability with other rust TUIs (independent of the framework used) is a goal of yeehaw - The existing Element trait can already easily be used within other frameworks although I intend to have an easy wrapper for putting a yeehaw Element in a Stateful Ratatui widget. I'm curious what you were referring too with the derive pattern... maybe creating a derive pattern which makes a ratatui widget a yeehaw Element? - yeah that would be cool. I've already wrapped ratatui-image in a yeehaw Element (if you or others are looking for an example)