rhai_components 0.5.10

JSX-like syntax extension for Rhai
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod builds_engine;
pub mod component_syntax;
pub mod escape_html;
pub mod escape_html_attribute;
pub mod rhai_call_template_function;
pub mod rhai_helpers;
pub mod rhai_template_renderer;
pub mod rhai_template_renderer_params;

pub type SmartStringLazy = smartstring::SmartString<smartstring::LazyCompact>;