* [rust-dev] ANN: Handlebars rust implementation
@ 2015-01-05 13:39 Sun Ning
0 siblings, 0 replies; 2+ messages in thread
From: Sun Ning @ 2015-01-05 13:39 UTC (permalink / raw)
To: rust-dev
Hi all,
I'm glad to announce my first serious rust project handlebars-rust. It's
mainly for server-side templating in web development. But you can also
use it anywhere if you need to generate some text from a programmable
template.
Handlebars-rust is going to push rust one more step near web-ready. It
works with iron as a middleware, and should work with any other web
framework in theory.
Before rust, I'm a clojure and java developer. Rust is my first
programming language that touches bare metal. So any code-review and
pull request are welcomed. After all, I hope this project could help you
to kick-off rust development more easily with current web stack. Thanks!
git repo: https://github.com/sunng87/handlebars-rust
crate name: handlebars
documents: https://sunng.info/handlebars-rust/
iron example:
https://github.com/sunng87/handlebars-rust/blob/feature/iron/examples/iron.rs
(I will eventually make the iron middleware a standalone module with
auto-reload and template scan. Currently it's still a little difficult
to get iron compiled because of upstream breaking changes.)
- Ning
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [rust-dev] ANN: Handlebars rust implementation
@ 2015-01-05 23:27 Kai Ninomiya
0 siblings, 0 replies; 2+ messages in thread
From: Kai Ninomiya @ 2015-01-05 23:27 UTC (permalink / raw)
To: rust-dev
> I'm glad to announce my first serious rust project handlebars-rust. It's
> mainly for server-side templating in web development. But you can also
> use it anywhere if you need to generate some text from a programmable
> template.
You might want to add it to Rust-CI so that it will be found by people
looking for template engines:
http://rust-ci.org/projects/#template%20engine
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-05 23:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-05 13:39 [rust-dev] ANN: Handlebars rust implementation Sun Ning
2015-01-05 23:27 Kai Ninomiya
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox