Crate uibeam

Source
Expand description

UIBeam

A lightweight, JSX-style HTML template engine for Rust

  • UI! : JSX-style template syntax with compile-time checks
  • Beam : 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

Functions§

escape
Escapes HTML special characters in a string.
shoot