dioxus-code-macro 0.1.0

Compile-time syntax highlighting macro for dioxus-code.
Documentation
1
2
3
pub fn greet(name: &str) -> String {
    format!("hello, {name}")
}