Skip to content

Commit

Permalink
Update readme a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Jan 29, 2018
1 parent 2aec67b commit 6d5ede4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Trimmer
=======

:Status: Beta

[Reference](https://trimmer.readthedocs.io/) |
[API Docs](https://docs.rs/trimmer/) |
[Github](https://github.com/tailhook/trimmer) |
Expand All @@ -12,7 +10,8 @@ Yet another template engine for Rust. Features:

* Can produce better indented text than most template engines
* Can traverse Rust types without cloning them too much
* Can produce safe output by validating variable values rather than escaping
* Can produce safe output by validating variable values
* Autoescaping is supported too, and decared in the template itself


License
Expand Down

0 comments on commit 6d5ede4

Please sign in to comment.