either!() { /* proc-macro */ }
A procedural macro that transforms a conditional expression into a JSX-like syntax.
use simple_rsx::*; // Fragment let show = true; either!(show => <p>"Show me"</p>);