A [Mustache] template compiler.
$ 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
``` $ git submodule update --init $ cargo test $ cargo build
$ cargo test -- --ignored ```
Stache is released under the MIT license. Check the LICENSE file for details.