dioxus/packages/core-macro
2023-07-31 18:49:54 -07:00
..
src more clippy fixes 2023-07-19 13:54:10 -07:00
tests Fix clippy lint 2023-07-14 13:22:08 -07:00
Cargo.toml Bump crate versions, fix any publish errors 2023-07-31 18:49:54 -07:00
CHANGELOG.md feat: add changelogs 2022-01-29 10:17:14 -05:00
README.md add version to docs links in readmes 2023-02-18 18:38:30 -06:00

dioxus-core-macro

Crates.io MIT licensed Build Status Discord chat

Website | Guides | API Docs | Chat

Overview

dioxus-core-macro provides a handful of helpful macros used by the dioxus crate. These include:

  • The rsx! macro that underpins templates and node creation
  • The inline_props macro transforms function arguments into an auto-derived struct
  • The format_args_f macro which allows f-string formatting with support for expressions

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.