Expand description
§Dioxus Native Core Macro
Website | Guides | API Docs | Chat
§Overview
dioxus-native-core-macro
provides a handful of macros used by native-core for native renderers like TUI, Blitz, and Freya to derive their state.
§Contributing
- Report issues on our issue tracker.
- Join the discord and ask questions!
§License
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you shall be licensed as MIT without any additional terms or conditions.
Attribute Macros§
- partial_
derive_ state - A helper attribute for deriving
State
for a struct.