liquid-value 0.20.0-alpha.5

The liquid templating language for Rust
Documentation

liquid-value

Liquid templating for Rust

Build Status Crates Status Dependency Status

Usage

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;