Rust implementation of the DustJS template engine.
Go to file
Tom Alexander 02259b9bd6
Create from_borrowed and from_owned constructors for IceResult and BreadcrumbTreeElement.
In an effort to keep track of how often memory is getting heap allocated, I am implementing constructors for IceResult and BreadcrumbTreeElement. This should limit the places that I call Rc::new and allow me to place tracing code into it later to ensure all code paths doing heap allocation make sense.
2020-06-06 20:24:01 -04:00
js Put IntoContextElement everywhere. It compiles again. 2020-05-30 17:50:27 -04:00
src Create from_borrowed and from_owned constructors for IceResult and BreadcrumbTreeElement. 2020-06-06 20:24:01 -04:00
.gitignore Update gitignore for compliance tests 2020-04-12 21:19:28 -04:00
Cargo.toml Add support for supplying multiple templates to the dustjs shim to support testing partials. 2020-04-10 19:07:02 -04:00
Dockerfile Integrate the dustjs official helpers into the test framework. 2020-05-10 13:43:32 -04:00
LICENSE Initial commit 2020-04-05 19:21:32 -04:00
README.md Add support for supplying multiple templates to the dustjs shim to support testing partials. 2020-04-10 19:07:02 -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, the Rust standard library which is dual licensed, serde_json which is dual licensed, and serde which is dual licensed.