Crates.io | dioxus-core-macro |
lib.rs | dioxus-core-macro |
version | 0.6.0-alpha.4 |
source | src |
created_at | 2021-02-28 22:25:09.733268 |
updated_at | 2024-11-01 23:27:22.562097 |
description | Core macro for Dioxus Virtual DOM |
homepage | https://dioxuslabs.com |
repository | https://github.com/DioxusLabs/dioxus/ |
max_upload_size | |
id | 362013 |
size | 136,124 |
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.