Chris Wong
49f3c46bd2
Avoid unstable specialization with this one weird trick! ( #223 )
...
Rustaceans hate him!
2020-10-05 22:44:27 +13:00
Chris Wong
165cfd5fe0
Update benchmarks and documentation dependencies ( #221 )
...
* Add `--locked` to benchmarks and documentation builds
* Update `Cargo.lock` and fix docs generator
2020-09-28 22:57:55 +10:00
Chris Wong
162a15ca83
Use std::matches!
( #203 )
...
* Use `std::matches!`
- Remove crates.io `matches` in favor of the `std` version
- Fix Clippy warning by changing a `match ... { ... }` to
`matches!(...)`
* Satisfy `blocks_in_if_conditions`
2020-07-18 17:49:01 +10:00
Chris Wong
34a79ee706
Release 0.22
2020-06-20 19:57:51 +10:00
Chris Wong
fe5fcb13e9
Update dependencies for benchmarks and docs
2020-06-20 19:34:04 +10:00
AlterionX
8fee6523c3
Modified lock file
2019-11-23 19:52:27 -06:00
Chris Wong
da20d19232
Update benchmark dependencies to fix compile error
2019-11-24 13:26:18 +13:00
Chris Wong
5f8b3047df
Update Horrorshow
2019-03-17 19:35:06 +13:00
Chris Wong
d7620f04c8
Update benchmarks
2019-03-16 21:28:51 +13:00
lambdasqd
de9afb408b
Fixed benchmarks for liquid 0.15.0 ( #145 )
...
Use of liquid::Object instead of liquid::Context and use of
Value::scalar instead of Value::Str and Value::Num. Changes to how the
parse() method is called.
2018-08-10 20:13:06 +12:00
Abdullah ibn Nadjo
3d22f90ad7
Add askama bench
...
Also updates Cargo.lock
2017-11-29 22:13:05 +13:00
Eshin Kunishima
3a3e55429a
Update dependencies for benchmarks ( #102 )
...
* Update dependencies for benchmarks
Template engines
- maud 0.17.1 (local)
- handlebars 0.29.1
- horrorshow 0.6.2
- liquid 0.10.1
- tera 0.10.10
* Update benchmark dependencies
* Remove unused feature
* Revert indentation
* Fix unused Result
2017-09-30 17:16:21 +13:00
Chris Wong
fb935c2e13
Release 0.14.0
2016-11-24 20:34:45 +13:00
Chris Wong
872a9f5cbc
Update benchmark dependencies
2016-11-06 12:40:26 +13:00
Chris Wong
1bdf6ea06a
Add Tera benchmark
2016-10-22 21:10:07 +13:00
Chris Wong
c70aa3c7f0
Release 0.12.0
2016-10-09 20:18:34 +13:00
Chris Wong
8ed3608a7c
Benchmarks: Use Horrorshow 0.5.8
2016-10-05 20:43:01 +13:00
Chris Wong
30e1071c05
Add preliminary benchmarks
2016-10-02 17:24:36 +13:00