1 2 3 4 5
//! designtime-jsx: a minimal JSX-style parser for DesignTime language. pub mod parser; pub use parser::parse_render_block;