atom-engine 5.0.2

A component-oriented template engine built on Tera with props, slots, and provide/inject context
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod component_renderer;
pub mod context_chain;
pub mod expr_eval;
pub mod helper_eval;
pub mod layout_renderer;
pub mod output;
pub mod renderer;
pub mod scope;
pub mod section_map;
pub mod slot_resolver;
pub mod stack_buffer;
pub mod transform;