[mox] implements the mox!
macro: "a Mockery Of X(ML)". A [JSX]-like Rust DSL for calling builders.
mox-impl
is no longer being published and its contents are included directly in this crate.topo
."Attribute init shorthand" allows pulling an attribute from an identically-named binding in the local scope:
rust
let onclick = |_| { ... };
mox!(<button onclick>"click me?"</button>)
Module-nested tag names: mox!(<krate::module::tag>"foo"</krate::module::tag>)
.
<button disabled=true/>
.mox!(<div> <!-- COMMENT HERE --> </div>)
.mox!
invocations are now lexed by the syn-rsx crate..into_child()
appended to them._=(...)
style function invocation in tags.mox-impl
crate to allow publication separately from moxie
.topo::call(...)
.This version was a complete rewrite in tandem with moxie
v0.2.0.
Initial release.