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§

apx
Process element fragment.

Attribute Macros§

derive_component
Create component properties.
function_component
Implement component renderer.
main_window
Application entry point.

Derive Macros§

ComponentBuilder
Create builder.
SnakeFactory
Produce snake cased factory function.