| Crates.io | dioxus-core-macro |
| lib.rs | dioxus-core-macro |
| version | 0.7.0-rc.0 |
| created_at | 2021-02-28 22:25:09.733268+00 |
| updated_at | 2025-08-11 22:41:35.513266+00 |
| description | Core macro for Dioxus Virtual DOM |
| homepage | https://dioxuslabs.com |
| repository | https://github.com/DioxusLabs/dioxus/ |
| max_upload_size | |
| id | 362013 |
| size | 150,351 |
Website | Guides | API Docs | Chat
dioxus-core-macro provides a handful of helpful macros used by the dioxus crate. These include:
rsx! macro that underpins templates and node creation.component attribute macro denotes a function as a Dioxus component. Currently, this:
format_args_f macro which allows f-string formatting with support for expressions.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.