• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-10,4277,820

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D27-Feb-202174 65

Cargo.tomlH A D27-Feb-20211.5 KiB6250

Cargo.toml.orig-cargoH A D27-Feb-2021820 3429

LICENSE-APACHEH A D03-Aug-202010.6 KiB202169

LICENSE-MITH A D03-Aug-20201.1 KiB2217

README.mdH A D03-Aug-2020916 2818

release.tomlH A D04-Feb-202130 21

README.md

1liquid-core
2===========
3
4> [Liquid templating](http://liquidmarkup.org/) for Rust
5
6[![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)
7[![Crates Status](https://img.shields.io/crates/v/liquid.svg)](https://crates.io/crates/liquid)
8[![Dependency Status](https://dependencyci.com/github/cobalt-org/liquid-rust/badge)](https://dependencyci.com/github/cobalt-org/liquid-rust)
9
10Usage
11----------
12
13To include liquid in your project add the following to your Cargo.toml:
14
15```toml
16[dependencies]
17liquid-core = "0.20"
18```
19
20## License
21
22Licensed under either of
23
24 * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
25 * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
26  at your option.
27
28