Crate prejsx

Crate prejsx 

Source
Expand description

§prejsx

prejsx is a lightweight JSX-to-HTML transpiler written in Rust. It parses JSX-like syntax and outputs valid HTML, converting expressions and styles.

Re-exports§

pub use parser::JSXParser;
pub use render::render;
pub use render::render_html;

Modules§

parser
JSX parser using pest.
render
Converts a parsed JSX tree into HTML.
utils
Utility functions for style conversion and expression evaluation.