designtime-jsx 1.0.5

Lightweight Rust parser for JSX-style HTML and custom components - built for the DesignTime language.
Documentation
1
2
3
4
5
6
//! designtime-jsx: a minimal JSX-style parser for DesignTime language.

pub mod parser;

pub use parser::RenderNode;
pub use parser::parse_render_block;