Crate appy_macros
source ·Expand description
Appy - Declarative UI Framework for Native Application
This crate contains macros for Appy.
It is published as a separate crate due to technical reasons. See this stack overflow thread.
If it is not the case any more that it needs to be separate, please let me know!
Macros
- Process element fragment.
Attribute Macros
- Create a component.
- Application entry point.
Derive Macros
- Create builder.
- Produce snake cased factory function.