mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-13 19:10:49 +00:00
unstable + doc
This commit is contained in:
parent
574f1f3d05
commit
4f77dad7b2
@ -44,8 +44,7 @@ Only projects that are stable and useful to users are added. Projects that do no
|
||||
|
||||
### Command-line argument parsing
|
||||
|
||||
* [docopt/docopt.rs](https://github.com/docopt/docopt.rs) — a Rust implementation of [DocOpt](http://docopt.org)
|
||||
* [wycats/hammer.rs](https://github.com/wycats/hammer.rs)
|
||||
* [docopt/docopt.rs](https://github.com/docopt/docopt.rs) — a Rust implementation of [DocOpt](http://docopt.org) [<img src="https://travis-ci.org/docopt/docopt.rs.svg?branch=master">](https://travis-ci.org/docopt/docopt.rs)
|
||||
|
||||
### Compression
|
||||
|
||||
@ -131,7 +130,6 @@ Only projects that are stable and useful to users are added. Projects that do no
|
||||
### Template engine
|
||||
|
||||
* 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
|
||||
|
@ -35,6 +35,7 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
|
||||
|
||||
### Command-line argument parsing
|
||||
|
||||
* [wycats/hammer.rs](https://github.com/wycats/hammer.rs)
|
||||
|
||||
### Compression
|
||||
|
||||
@ -116,6 +117,7 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
|
||||
### Template engine
|
||||
|
||||
* 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)
|
||||
|
||||
### Testing
|
||||
|
||||
|
@ -58,10 +58,13 @@ DATA = \
|
||||
},
|
||||
"docopt/docopt.rs": {
|
||||
"url": "https://github.com/docopt/docopt.rs",
|
||||
"descr": "a Rust implementation of " + md_link('DocOpt', 'http://docopt.org')
|
||||
"descr": "a Rust implementation of " + md_link('DocOpt', 'http://docopt.org'),
|
||||
"travis_url": "https://travis-ci.org/docopt/docopt.rs",
|
||||
"travis_badge": "https://travis-ci.org/docopt/docopt.rs.svg?branch=master"
|
||||
},
|
||||
"wycats/hammer.rs": {
|
||||
"url": "https://github.com/wycats/hammer.rs"
|
||||
"url": "https://github.com/wycats/hammer.rs",
|
||||
"unstable": True
|
||||
},
|
||||
"lifthrasiir/rust-zip": {
|
||||
"url": "https://github.com/lifthrasiir/rust-zip",
|
||||
@ -224,7 +227,8 @@ DATA = \
|
||||
"erickt/rust-mustache": {
|
||||
"url": "https://github.com/erickt/rust-mustache",
|
||||
"travis_url": "https://travis-ci.org/erickt/rust-mustache",
|
||||
"travis_badge": "https://travis-ci.org/erickt/rust-mustache.svg?branch=master"
|
||||
"travis_badge": "https://travis-ci.org/erickt/rust-mustache.svg?branch=master",
|
||||
"unstable": True
|
||||
},
|
||||
"BurntSushi/quickcheck": {
|
||||
"url": "https://github.com/BurntSushi/quickcheck",
|
||||
|
Loading…
Reference in New Issue
Block a user