23 releases

0.6.0-alpha.3 Oct 14, 2024
0.5.6 Jul 18, 2024
0.5.0 Mar 28, 2024
0.4.3 Dec 7, 2023
0.1.1 Feb 28, 2021

#1483 in Procedural macros

Download history 2414/week @ 2024-07-02 2881/week @ 2024-07-09 3712/week @ 2024-07-16 3656/week @ 2024-07-23 3872/week @ 2024-07-30 3773/week @ 2024-08-06 4008/week @ 2024-08-13 3726/week @ 2024-08-20 4511/week @ 2024-08-27 4229/week @ 2024-09-03 3832/week @ 2024-09-10 3724/week @ 2024-09-17 4548/week @ 2024-09-24 3217/week @ 2024-10-01 2793/week @ 2024-10-08 3928/week @ 2024-10-15

15,242 downloads per month
Used in 22 crates (6 directly)

MIT/Apache

275KB
6K SLoC

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 component attribute macro denotes a function as a Dioxus component. Currently, this:
    • Transforms function arguments into an auto-derived struct.
    • Ensures that your component name uses PascalCase.
    • Probably more stuff in the future. This macro allows us to have a way of distinguishing functions and components, which can be quite handy.
  • 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.

Dependencies

~0.7–1.1MB
~22K SLoC