2 unstable releases

Uses old Rust 2015

0.2.0 Dec 30, 2016
0.1.0 Dec 24, 2016

#759 in Programming languages

MIT license

46KB
1K SLoC

Stache

A Mustache template compiler.

Usage

$ stache -d app/templates/ -o stache.c --emit=ruby
$ stache -d app/templates/ -o stache.c --emit=ruby && clang-format -i -style=webkit stache.c

Development

$ git submodule update --init
$ cargo test
$ cargo build

# Test Mustache specification compliance (ignored until whitespace tests pass)
$ cargo test -- --ignored

License

Stache is released under the MIT license. Check the LICENSE file for details.

Dependencies

~5.5MB
~109K SLoC