xilem/crates
Raph Levien 6f27b4da94 Make the HTML elements more typed
Don't store the name in the element view, but use a zero-sized type.

Note, this breaks the untyped case. That will probably need a separate view, or alternatively the tag doesn't have to be zero-sized (so there is a variant that stores a String), the name func could take a &self parameter, and it could return the internal string.

Note, also uses the stringify function to reduce the duplication in the macros. That's a separate, orthogonal change.
2023-07-03 16:38:20 -07:00
..
xilem_core Add documentation 2023-07-02 17:05:05 +01:00
xilem_html Make the HTML elements more typed 2023-07-03 16:38:20 -07:00
xilem_svg Add wasm DOM implementation for xilem. 2023-06-25 19:42:02 +01:00