Liquid templating for Rust
To include liquid in your project add the following to your Cargo.toml:
toml [dependencies] liquid-bin = "0.26.1"
Now you can use the crate in your code:
Licensed under either of