liquid-derive
===========
> [Liquid templating](http://liquidmarkup.org/) for Rust
[](https://dev.azure.com/cobalt-org/cobalt-org/_build/latest?definitionId=1&branchName=master)
[](https://crates.io/crates/liquid)
[](https://dependencyci.com/github/cobalt-org/liquid-rust)
Usage
----------
To include liquid in your project add the following to your Cargo.toml:
```console
$ cargo add liquid-derive
```
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.