aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-09-06 20:03:22 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-09-06 20:03:47 +0200
commit2543b3422825fa9fdc5cd8f75f6b654398a888dd (patch)
treeee5fe6a55cabd65f495317cb8f7bf2c1740a9187
parentaa1d0fb44d79f06f8646bec78d03f960f6b30343 (diff)
downloadaskama-2543b3422825fa9fdc5cd8f75f6b654398a888dd.tar.gz
askama-2543b3422825fa9fdc5cd8f75f6b654398a888dd.tar.bz2
askama-2543b3422825fa9fdc5cd8f75f6b654398a888dd.zip
Update feature highlights in documentation
Diffstat (limited to '')
-rw-r--r--askama/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/askama/src/lib.rs b/askama/src/lib.rs
index 46cf4ec..337a7e0 100644
--- a/askama/src/lib.rs
+++ b/askama/src/lib.rs
@@ -21,10 +21,10 @@
//!
//! * 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
//! * 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