liquid-error
===========
> [Liquid templating](http://liquidmarkup.org/) for Rust
[](https://travis-ci.org/cobalt-org/liquid-rust)
[](https://ci.appveyor.com/project/johannhof/liquid-rust/branch/master)
[](https://crates.io/crates/liquid)
[](https://coveralls.io/github/cobalt-org/liquid-rust?branch=master)
[](https://dependencyci.com/github/cobalt-org/liquid-rust)
Usage
----------
To include liquid in your project add the following to your Cargo.toml:
```toml
[dependencies]
liquid-error = "0.16"
```
Now you can use the crate in your code:
```rust
extern crate liquid_error;
```