2 个不稳定版本
使用旧的 Rust 2015
0.2.0 | 2016年12月30日 |
---|---|
0.1.0 | 2016年12月24日 |
565 在 模板引擎 中
46KB
1K SLoC
Stache
一个 Mustache 模板编译器。
用法
$ 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
# Test Mustache specification compliance (ignored until whitespace tests pass)
$ cargo test -- --ignored
许可证
Stache 在 MIT 许可证下发布。请查阅 LICENSE 文件以获取详细信息。
依赖关系
~6MB
~110K SLoC