| Crates.io | liquid-value |
| lib.rs | liquid-value |
| version | 0.20.0-alpha.6 |
| created_at | 2018-10-04 02:51:18.655768+00 |
| updated_at | 2020-03-17 20:31:11.328941+00 |
| description | The liquid templating language for Rust |
| homepage | |
| repository | https://github.com/cobalt-org/liquid-rust/tree/master/crate/value |
| max_upload_size | |
| id | 87924 |
| size | 157,351 |
Liquid templating for Rust
To include liquid in your project add the following to your Cargo.toml:
[dependencies]
liquid-value = "0.16"
Now you can use the crate in your code:
extern crate liquid_value;