No description
| .cargo | ||
| .gitea/workflows | ||
| crates | ||
| .envrc | ||
| .gitignore | ||
| .rustfmt.toml | ||
| .taplo.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CODE_OF_CONDUCT.md | ||
| COPYING | ||
| COPYING.LESSER | ||
| deny.toml | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
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.