Expand description
UIBeam
A lightweight, JSX-style HTML template engine for Rust
UI!
: JSX-style template syntax with compile-time checksBeam
: Component system- Simple : Simply organized API and codebase, with zero external dependencies
- Efficient : Emitting efficient codes, avoiding redundant memory allocations as smartly as possible
- Better UX : HTML completions and hovers in
UI!
by VSCode extension ( search by “uibeam” from extension marketplace )
Macros§
- UI
UI!
- JSX-style template syntax
Structs§
- UI
UI
- UIBeam’s template representation
Traits§
- Beam
Beam
- UIBeam’s component system