| Crates.io | liquid-compiler |
| lib.rs | liquid-compiler |
| version | 0.20.0-alpha.6 |
| created_at | 2018-10-04 02:54:12.043404+00 |
| updated_at | 2020-03-17 20:33:38.782974+00 |
| description | The liquid templating language for Rust |
| homepage | |
| repository | https://github.com/cobalt-org/liquid-rust/tree/master/crate/compiler |
| max_upload_size | |
| id | 87926 |
| size | 64,198 |
Liquid templating for Rust
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: