liquid-value

Crates.ioliquid-value
lib.rsliquid-value
version0.20.0-alpha.6
sourcesrc
created_at2018-10-04 02:51:18.655768
updated_at2020-03-17 20:31:11.328941
descriptionThe liquid templating language for Rust
homepage
repositoryhttps://github.com/cobalt-org/liquid-rust/tree/master/crate/value
max_upload_size
id87924
size157,351
Ed Page (epage)

documentation

https://docs.rs/liquid-value

README

liquid-value

Liquid templating for Rust

Build Status Crates Status Dependency Status

Usage

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

[dependencies]
liquid-value = "0.16"

Now you can use the crate in your code:

extern crate liquid_value;
Commit count: 1420

cargo fmt