iced-layout
Write your iced UI layouts in XML instead of deeply nested Rust code. The layout!() macro turns XML into widget trees at compile time.
Documentation
Full documentation is available at dekamaru.github.io/iced-layout.
Installation
[]
= "0.14"
= "0.0.1"
Usage
page/my-layout.xml:
Hello, ${user_name}!
Count: ${counter}
src/main.rs:
Disclaimers
Early stage: This project is in active development. APIs may change without notice.
AI assistance: This project was developed with AI assistance.
License
MIT