aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-10-08 11:36:29 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-10-08 11:36:29 +0200
commit2e0f7fb4978297a3e82b319ea9027cf65d1a7d49 (patch)
treef3c57e4176e86f40503fc190df15ad986698c5fe /README.md
parentbdf4e29293e6b99884e2a26ac9549f9303307c73 (diff)
downloadaskama-2e0f7fb4978297a3e82b319ea9027cf65d1a7d49.tar.gz
askama-2e0f7fb4978297a3e82b319ea9027cf65d1a7d49.tar.bz2
askama-2e0f7fb4978297a3e82b319ea9027cf65d1a7d49.zip
Tweak and update feature highlights in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 22c7057..cc0b49f 100644
--- a/README.md
+++ b/README.md
@@ -29,11 +29,9 @@ in a for-profit context, please consider supporting my open source work on
### Feature highlights
* 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][benchmarks]
-* Templates only convert your data as needed
-* Templates can access your Rust types directly, according to Rust's privacy rules
+* Benefit from the safety provided by Rust's type system
+* Optional built-in support for Actix, Iron and Rocket web frameworks
* Debugging features to assist you in template development
* Templates must be valid UTF-8 and produce UTF-8 when rendered
* Works on stable Rust
@@ -47,6 +45,7 @@ in a for-profit context, please consider supporting my open source work on
* Some built-in filters, and the ability to use your own
* Whitespace suppressing with '-' markers
* Opt-out HTML escaping
+* Syntax customization
### Limitations