zeno-blade 0.2.0

Laravel Blade-compatible template engine for Rust — hot reload, HTML components, @extends, @forelse, @csrf, @class, and more
Documentation
1
2
3
4
5
pub mod transpiler;
pub mod slots;

pub use slots::{register_blade_slots, HtmlBuffer, clear_blade_cache, SectionMap, StackMap};
pub use transpiler::transpile_blade_native;