liquid 0.1.0

The liquid templating language for Rust
docs.rs failed to build liquid-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: liquid-0.26.4

liquid-rust

Liquid templating for Rust

Usage

To include liquid in your project add the following to your Cargo.toml:

[dependencies.liquid]

git = "https://github.com/cobalt-org/liquid-rust.git"

Now you can use the crate in your code

extern crate liquid;