diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-05 19:38:11 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-05 19:38:11 +0100 |
commit | b8c36fbdc87bc9748ca6b5afb12e2b037487e817 (patch) | |
tree | 9af39d68337a5e2dd27f9566f1c90086b321a2b3 | |
parent | 5e3ee8e4271f9f245763c2d938121d10739b0378 (diff) | |
download | askama-b8c36fbdc87bc9748ca6b5afb12e2b037487e817.tar.gz askama-b8c36fbdc87bc9748ca6b5afb12e2b037487e817.tar.bz2 askama-b8c36fbdc87bc9748ca6b5afb12e2b037487e817.zip |
Add note about working on stable Rust
Diffstat (limited to '')
-rw-r--r-- | README.rst | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ Currently implemented features: * Basic loops and if/else if/else statements * Whitespace suppressing with '-' markers * Some built-in filters +* Works on stable Rust Askama is in heavy development, so it currently has some limitations: |