From 5e3ee8e4271f9f245763c2d938121d10739b0378 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sun, 5 Mar 2017 19:35:55 +0100 Subject: Add testimonial from Armin Ronacher --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 6987fd6..131f2ec 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,9 @@ It generates 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, or read `the documentation`_. +**"Pretty exciting. I would love to use this already."** -- `Armin Ronacher`_, +creator of Jinja + Currently implemented features: * Generates fully type-safe Rust code from your templates @@ -32,6 +35,7 @@ All feedback welcome. Feel free to file bugs, requests for documentation and any other feedback to the `issue tracker`_ or `tweet me`_. .. _the documentation: https://docs.rs/askama +.. _Armin Ronacher: http://lucumr.pocoo.org/ .. _issue tracker: https://github.com/djc/askama/issues .. _tweet me: https://twitter.com/djco/ -- cgit