diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-09-06 12:59:32 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-09-06 12:59:33 +0200 |
commit | 042da2f857cb4d9ba193d417ec846d19c75c9cc7 (patch) | |
tree | 09ee33020323b94cb95f91cf9c889ffb28dfc92f /README.md | |
parent | 634daaecb2b2519df1f387da89fdd7836254ba05 (diff) | |
download | askama-042da2f857cb4d9ba193d417ec846d19c75c9cc7.tar.gz askama-042da2f857cb4d9ba193d417ec846d19c75c9cc7.tar.bz2 askama-042da2f857cb4d9ba193d417ec846d19c75c9cc7.zip |
Reflow line
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -23,8 +23,7 @@ Many thanks to [David Tolnay][dtolnay] for his support in improving Askama. * Optional built-in support for Rocket and Iron web frameworks * Template code is compiled into your crate for optimal performance * Templates only convert your data as needed -* Templates can access your Rust types directly, according to Rust's - privacy rules +* Templates can access your Rust types directly, according to Rust's privacy rules * Debugging features to assist you in template development * Templates must be valid UTF-8 and produce UTF-8 when rendered * Works on stable Rust |