liquid-derive
Liquid templating for Rust
Usage
To include liquid in your project add the following to your Cargo.toml:
[]
= "0.18"
Now you can use the crate in your code:
extern crate liquid_derive;
Liquid templating for Rust
To include liquid in your project add the following to your Cargo.toml:
[dependencies]
liquid-derive = "0.18"
Now you can use the crate in your code:
extern crate liquid_derive;