handlebars-rust

Rust templating with Handlebars.

Build Status MIT licensed

Thanks to @blaenk's patch, handlebars-rust now compiles on nightly, beta and stable channel.

Documents

Rust doc.

Usage

Check examples in the source. The example shows you how to:

Run cargo run --example render to see results. (or RUST_LOG=INFO cargo run --example render) for logging output.

Checkout examples/ for more concrete demos of current API.

Why Handlebars?

For information about handlebars, you will go to handlebars.js.

It's my favorite templating tool by far. I used it in Delicious.com as javascript-side template in 2013. Also I maintained a Clojure wrapper for Handlebars.java, hbs. And you may notice the close relationship between Ember.js and Rust community, handlebars is the default templating language of Ember.js framework, which powers crates.io.

Reasons I prefer Handlebars:

Handlebars provides:

Limitations:

Handlebars-js features supported in Handlebars-rust

Feel free to report an issue if you find something broken. We aren't going to implement all features of handlebars-js, but we should have a workaround for cases we don't support.

Handlebars for Iron

I have started another project handlebars-iron for the Iron web framework.

Break Change Log

No doubt that we will try our best to keep API compatible in each release. But sometime we have to bring in break changes to improve the design when worthy.

License

MIT, of course.

Contact

Ning Sun (sunng@about.me)