1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-27 11:44:52 -05:00
This commit is contained in:
kud1ing 2014-10-12 18:24:23 +02:00
parent 750a15f64e
commit 81f0149458
2 changed files with 4 additions and 2 deletions

View file

@ -136,7 +136,7 @@ Only projects that are stable and useful to users are added. Projects that do no
### Testing
* [BurntSushi/quickcheck](https://github.com/BurntSushi/quickcheck) — a Rust implementation of [QuickCheck](http://www.haskell.org/haskellwiki/Introduction_to_QuickCheck1) [<img src="https://travis-ci.org/BurntSushi/quickcheck.svg?branch=master">](https://travis-ci.org/BurntSushi/quickcheck)
* [farcaller/shiny](https://github.com/farcaller/shiny) — a fancy syntax similar to ruby's rspec or Objective-C's kiwi
* [farcaller/shiny](https://github.com/farcaller/shiny) — a fancy syntax similar to ruby's rspec or Objective-C's kiwi [<img src="https://travis-ci.org/farcaller/shiny.svg?branch=master">](https://travis-ci.org/farcaller/shiny)
### Web programming

View file

@ -234,7 +234,9 @@ DATA = \
},
"farcaller/shiny": {
"url": "https://github.com/farcaller/shiny",
"descr": "a fancy syntax similar to ruby's rspec or Objective-C's kiwi"
"descr": "a fancy syntax similar to ruby's rspec or Objective-C's kiwi",
"travis_url": "https://travis-ci.org/farcaller/shiny",
"travis_badge": "https://travis-ci.org/farcaller/shiny.svg?branch=master"
},
"chris-morgan/rust-http": {
"url": "https://github.com/chris-morgan/rust-http",