Rocal UI: A Clean Template Engine in Rust

2025-04-26
Rocal UI: A Clean Template Engine in Rust

Rocal UI is a simple template engine written in Rust. While primarily designed for use with the Rocal framework to build views, it's adaptable to any Rust project. Its syntax is straightforward, supporting variable embedding, if-else statements, and for loops. The `view!{}` macro generates HTML strings that can be nested, facilitating partial template usage. Get started quickly with `cargo install rocal --features="cli"` and `rocal new -n yourapp`.

Development Template Engine