Registry / other / dioxus-core-macro

dioxus-core-macro

JSON →
library0.7.9rscratesunverified

Provides the core procedural macro for the Dioxus Virtual DOM framework.

# Cargo.toml [dependencies] dioxus-core-macro = "0.7.9"
INSTALL
IMPORT
SIG · DIOXUS-CORE-MACRO
D
dioxus-core-macro
otherrustv0.7.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rsx
use dioxus_core_macro::rsx;

Minimal example using the rsx! macro to create a virtual DOM node.

use dioxus_core_macro::rsx; fn app() -> String { format!("{}", rsx! { div { "Hello, world!" } }) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Meta
1
Resources
dioxus-core-macro — cargo add dioxus-core-macro · libregistry