From 06f5bd575a053978b820f82964053550ab844e4b Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 22 May 2018 08:56:58 +0200 Subject: Add testimonial from Nikolay Kim --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index efbf4b1..2022497 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ 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][docs]. +**"I use Askama for actix's TechEmpower benchmarks."** -- +[Nikolay Kim][fafhrd91], creator of actix-web **"Pretty exciting. I would love to use this already."** -- [Armin Ronacher][mitsuhiko], creator of Jinja @@ -44,6 +46,7 @@ Many thanks to [David Tolnay][dtolnay] for his support in improving Askama. * A limited number of built-in filters have been implemented [docs]: https://docs.rs/askama +[fafhrd91]: https://github.com/fafhrd91 [mitsuhiko]: http://lucumr.pocoo.org/ [issues]: https://github.com/djc/askama/issues [twitter]: https://twitter.com/djco/ -- cgit