From 79d5865f87a8ee2a9f6f10a165c04630aabce2c6 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 31 Jul 2024 13:48:43 +0200 Subject: [PATCH] Clarify that rinja doesn't depend on askama but is a fork --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6b9c0bef..65daac509 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # rinja -**Rinja** is based on [Askama](https://crates.io/crates/askama). -It implements a template rendering engine based on [Jinja](https://jinja.palletsprojects.com/), and -generates type-safe Rust code from your templates at compile time +**Rinja** implements a template rendering engine based on [Jinja](https://jinja.palletsprojects.com/), +and generates type-safe Rust code from your templates at compile time based on a user-defined `struct` to hold the template's context. -See below for an example. +See below for an example. It is a fork of [Askama](https://crates.io/crates/askama). All feedback welcome. Feel free to file bugs, requests for documentation and any other feedback to the [issue tracker][issues].