dioxus/packages/native-core-macro
2023-01-01 08:52:59 -06:00
..
src implement macro and update tui 2023-01-01 08:52:59 -06:00
tests chore: make cargo check happy with new apis 2022-12-07 14:51:14 -08:00
.gitignore Implement new mutations with native core (#630) 2022-12-06 15:38:04 -08:00
Cargo.toml replace fxhash crate with rustc-hash (#588) 2022-10-12 18:27:26 -07:00
README.md chore: clean up readmes 2022-12-29 16:17:03 -05: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 own 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.