pure::widget
`button("Hello")` is easier to write and read than `Button::new("Hello")`.
iced_pure
pure
iced
Besides exposing the `iced_pure` crate, enabling the `pure` feature also provides pure versions of both the `Application` and `Sandbox` traits! 🎉
iced_virtual
`virtual` is a reserved keyword in Rust 😬