Registry / other / dioxus-native-core-macro

dioxus-native-core-macro

JSON →
library0.4.3rscratesunverified

Procedural macros for building natively rendered apps with the Dioxus framework.

# Cargo.toml [dependencies] dioxus-native-core-macro = "0.4.3"
INSTALL
IMPORT
SIG · DIOXUS-NATIVE-CORE
D
dioxus-native-core-macro
otherrustv0.4.3
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.

native_core
use dioxus_native_core_macro::native_core;

Use the native_core macro to define a native Dioxus application entry point.

use dioxus_native_core_macro::native_core; #[native_core] fn main() { println!("Native Dioxus app"); }
Debug
Known issues
gotchaRequires Dioxus native renderer feature enabled
fix
Add `dioxus-native` dependency with `native` feature
affects: >=0.4.0
Upgrade
Version history
0.4.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
dioxus-native-core-macro — cargo add dioxus-native-core-macro · libregistry