loose-liquid-lib 0.27.0

The liquid templating language for Rust
Documentation
liquid-lib
===========

    ********************************************************************************
    *               NOTE: THIS IS A TEMPORARY FORK OF LIQUID-RUST                  *
    *                                                                              *
    * Once either of the following PRs (or suitable) lands this will be deprecated *
    * - https://github.com/cobalt-org/liquid-rust/pull/496                         *
    * - https://github.com/cobalt-org/liquid-rust/pull/492                         *
    ********************************************************************************


*Original README below*

> [Liquid templating]http://liquidmarkup.org/ for Rust

[![Build Status](https://dev.azure.com/cobalt-org/cobalt-org/_apis/build/status/liquid-rust?branchName=master)](https://dev.azure.com/cobalt-org/cobalt-org/_build/latest?definitionId=1&branchName=master)
[![Crates Status](https://img.shields.io/crates/v/liquid.svg)](https://crates.io/crates/liquid)
[![Dependency Status](https://dependencyci.com/github/cobalt-org/liquid-rust/badge)](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-lib
```

## 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.