maciejhirsz / kobold

Easy declarative web interfaces.
https://docs.rs/kobold/
Mozilla Public License 2.0
385 stars 7 forks source link

Macro rewrite #6

Closed maciejhirsz closed 2 years ago

maciejhirsz commented 2 years ago

This is a complete rewrite of proc macros that allows for element hoisting within a single html! { ... } invocation. This finally allows a full support for classList support and attributes that need to be modified on element directly rather than via remote AttributeNode. In particular for now this enables:

In addition kobold_macros no longer depends on quote or proc_macro2, and the whole codebase is much more maintainable.