diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-06-25 16:08:34 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-06-25 16:08:34 +0200 |
commit | cb4fcbf379734345305065c2cce68046724a3408 (patch) | |
tree | cf65402451d22fa333d70bdf999b5877bbb91739 | |
parent | 49c570dc1137203b1e760229de4dd2101e6af33d (diff) | |
download | askama-cb4fcbf379734345305065c2cce68046724a3408.tar.gz askama-cb4fcbf379734345305065c2cce68046724a3408.tar.bz2 askama-cb4fcbf379734345305065c2cce68046724a3408.zip |
Link to benchmarks repo from README
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,7 +30,7 @@ in a for-profit context, please consider supporting my open source work on * Construct templates using a familiar, easy-to-use syntax * Benefit from the safety provided by Rust's type system * Optional built-in support for Rocket and Iron web frameworks -* Template code is compiled into your crate for optimal performance +* Template code is compiled into your crate for [optimal performance][benchmarks] * Templates only convert your data as needed * Templates can access your Rust types directly, according to Rust's privacy rules * Debugging features to assist you in template development @@ -58,6 +58,7 @@ in a for-profit context, please consider supporting my open source work on [twitter]: https://twitter.com/djco/ [dtolnay]: https://github.com/dtolnay [patreon]: https://www.patreon.com/dochtman +[benchmarks]: https://github.com/djc/template-benchmarks-rs How to get started |