No description
Find a file
2018-08-05 00:09:06 -05:00
src add proper test for stringify helper 2018-08-05 00:09:06 -05:00
Cargo.toml Update handlebars to ^1. Remove eq helper and update json-format helper, add test. 2018-08-04 23:59:18 -05:00
LICENSE add license + readme 2018-05-21 00:34:30 -05:00
README.md add license + readme 2018-05-21 00:34:30 -05:00

handlebars-rust helpers

Personal collection of helpers for handlebars-rust.

What is included

  • eq: equality check of two parameters
  • JSONstringify: returns JSON representaton of parameter.

License

GNU LGPL v3, see LICENSE.