1 unstable release
Uses new Rust 2024
new 0.1.0 | May 8, 2025 |
---|
#51 in Accessibility
41 downloads per month
17KB
208 lines
collage
is a template engine for Rust, designed for writing HTML and similar markup languages.
Rendering is performed by the markup!
macro and custom structs and enums can be rendered by implementing the
Render
trait.
collage
collage
is a template engine for Rust, designed for writing HTML and similar markup languages.
Safety
This crate uses #![forbid(unsafe_code)]
to ensure everything is implemented in 100% safe Rust.
License
This project is licensed under the GPL-3.0 and LGPL-3.0 licenses.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in collage
by you, shall
be licensed as LGPL-3.0, without any additional terms or conditions.
Dependencies
~1–1.4MB
~31K SLoC