dioxus/packages/native-core-macro
2023-01-15 15:18:12 -06:00
..
src make the real dom generic over custom types 2023-01-03 12:35:48 -06:00
tests use BumpBox<Any> and FromAnyValue instead of sync bounds 2023-01-02 14:40:25 -06:00
.gitignore Implement new mutations with native core (#630) 2022-12-06 15:38:04 -08:00
Cargo.toml update READMEs and tags for the 0.3 release 2023-01-10 10:16:11 -06:00
README.md update doc links 2023-01-15 15:18:12 -06:00

Dioxus Native Core Macro

Crates.io MIT licensed Build Status Discord chat

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.