mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-26 13:50:21 +00:00
add rustache/rustache
This commit is contained in:
parent
ed69e1fc19
commit
574f1f3d05
2 changed files with 7 additions and 0 deletions
|
@ -132,6 +132,7 @@ Only projects that are stable and useful to users are added. Projects that do no
|
|||
|
||||
* Mustache
|
||||
* [erickt/rust-mustache](https://github.com/erickt/rust-mustache) — [<img src="https://travis-ci.org/erickt/rust-mustache.svg?branch=master">](https://travis-ci.org/erickt/rust-mustache)
|
||||
* [rustache/rustache](https://github.com/rustache/rustache) — [<img src="https://travis-ci.org/rustache/rustache.svg?branch=master">](https://travis-ci.org/rustache/rustache)
|
||||
|
||||
### Testing
|
||||
|
||||
|
|
|
@ -400,6 +400,11 @@ DATA = \
|
|||
"url": "https://github.com/sebcrozet/nphysics",
|
||||
"unstable": True
|
||||
},
|
||||
"rustache/rustache": {
|
||||
"url": "https://github.com/rustache/rustache",
|
||||
"travis_url": "https://travis-ci.org/rustache/rustache",
|
||||
"travis_badge": "https://travis-ci.org/rustache/rustache.svg?branch=master"
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
@ -609,6 +614,7 @@ entry( ' * ', 'erickt/rust-zmq', rows_stable, rows_unstable )
|
|||
add( '\n### Template engine\n', rows_stable, rows_unstable )
|
||||
add( '* Mustache', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'erickt/rust-mustache', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'rustache/rustache', rows_stable, rows_unstable )
|
||||
|
||||
add( '\n### Testing\n', rows_stable, rows_unstable )
|
||||
entry( '* ', 'BurntSushi/quickcheck', rows_stable, rows_unstable )
|
||||
|
|
Loading…
Reference in a new issue