11 releases
new 0.22.0 | Feb 27, 2021 |
---|---|
0.21.1 | Feb 4, 2021 |
0.21.0 | Jul 9, 2020 |
0.20.1 | Jun 8, 2020 |
0.20.0 | Mar 20, 2020 |
#20 in Template engine
67 downloads per month
69KB
369 lines
liquid-compiler
Liquid templating for Rust
Usage
To include liquid in your project add the following to your Cargo.toml:
[dependencies]
liquid-compiler = "0.20"
Now you can use the crate in your code:
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
Dependencies
~6MB
~115K SLoC