16 releases
0.3.1 | Oct 25, 2023 |
---|---|
0.3.1-rc.1 | Oct 24, 2023 |
0.3.0-rc.2 | Sep 29, 2023 |
0.2.1 | May 6, 2023 |
#2099 in Procedural macros
143 downloads per month
Used in 20 crates
(2 directly)
20KB
431 lines
ambient_element_component
Helper procedural macro for the Ambient runtime that converts a function to an ElementComponent
, allowing for more concise definitions of components.
lib.rs
:
Provides a macro for converting a function to an ElementComponent
, allowing for more concise definitions of components.
Dependencies
~2MB
~44K SLoC