Rust implementation of the DustJS template engine.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Tom Alexander a622a7e1bc
Add an is_castable() function to stop casting to number for booleans in the @size helper.
4 years ago
js Add a test case for casting booleans to numbers. 4 years ago
src Add an is_castable() function to stop casting to number for booleans in the @size helper. 4 years ago
.gitignore Update gitignore for compliance tests 4 years ago
Cargo.toml Add support for supplying multiple templates to the dustjs shim to support testing partials. 4 years ago
Dockerfile Integrate the dustjs official helpers into the test framework. 4 years ago
LICENSE Initial commit 4 years ago
README.md Add support for supplying multiple templates to the dustjs shim to support testing partials. 4 years ago

README.md

duster

An implementation of the LinkedIn fork of DustJS written in rust.

NOT RECOMMENDED FOR PUBLIC USE

This code is available free and open source under the 0BSD, but it is a very early-stage project. You're welcome to use it, fork it, print it out and fold it into a hat, etc... but you will find that this project is not yet polished nor feature complete. While this repository uses the 0BSD license which does not require the inclusion of a copyright notice/text in any distribution, it depends on nom which is under the MIT license, the Rust standard library which is dual licensed, serde_json which is dual licensed, and serde which is dual licensed.