Add links to benchmark directory

This commit is contained in:
Kogia-sima 2020-06-06 18:28:56 +09:00
parent 227140b34d
commit 5d25521eb7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Simple, small, and extremely fast template engine for Rust
- Simple and intuitive syntax inspired by [EJS](https://ejs.co/)
- Relatively small number of dependencies (<15 crates in total)
- Extremely fast
- Extremely fast (See [benchmarks](./benches/README.md))
- Better error message
- Template rendering is always type-safe because templates are statically compiled.
- Syntax highlighting support ([vscode](./syntax/vscode), [vim](./syntax/vim))