I made a Rust library to help make widgets on Wayland compositors.
After experiencing formatting bugs with eww (Elkowar's Wacky Widgets) I decided to make my own widget library in Rust, so that I can avoid the issues.
It's called Chunks, and it is intended to retain the simplicity of eww - by being both readable and reusable - while using GTK4 instead of GTK3.
Disclaimer: I'm not at all looking to dethrone eww, especially since this is a Rust library and not a scripting language (is eww a scripting language?, idek).
Edit: I will try not to let yall down, I was a bit surprised to see such a demand for this