Rust implementation of the DustJS template engine.
Go to file
Tom Alexander 52824b4d0b
Rename the container parser to conditional.
Rename the container parser to conditional because we are going to have other tags with bodies that do not match the same semantics as the conditional blocks. An example of this is inline partials only support a single key rather than a path.
2020-04-05 19:39:07 -04:00
src Rename the container parser to conditional. 2020-04-05 19:39:07 -04:00
.gitignore Change repo to generate both a library and a binary. 2020-04-05 19:21:43 -04:00
Cargo.toml Change repo to generate both a library and a binary. 2020-04-05 19:21:43 -04:00
LICENSE Initial commit 2020-04-05 19:21:32 -04:00
README.md Initial commit 2020-04-05 19:21:32 -04:00

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 and the Rust standard library which is dual licensed.