1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-27 11:44:52 -05:00

add Teepee to unstable

This commit is contained in:
kud1ing 2014-10-12 17:44:40 +02:00
parent e2516f081c
commit 750a15f64e
2 changed files with 8 additions and 0 deletions

View file

@ -125,6 +125,7 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
See also [http://arewewebyet.com/](http://arewewebyet.com/)
* Core
* [Teepee](http://teepee.rs/) — [<img src="https://travis-ci.org/teepee/teepee.svg?branch=master">](https://travis-ci.org/teepee/teepee)
* Client
* Server

View file

@ -242,6 +242,12 @@ DATA = \
"travis_url": "https://travis-ci.org/chris-morgan/rust-http",
"travis_badge": "https://travis-ci.org/chris-morgan/rust-http.svg?branch=master"
},
"Teepee": {
"url": "http://teepee.rs/",
"travis_url": "https://travis-ci.org/teepee/teepee",
"travis_badge": "https://travis-ci.org/teepee/teepee.svg?branch=master",
'unstable': True
},
"hyperium/hyper": {
"url": "https://github.com/hyperium/hyper",
"travis_url": "https://travis-ci.org/hyperium/hyper",
@ -606,6 +612,7 @@ add( 'See also ' + md_link('http://arewewebyet.com/', 'http://arewewebyet.com/
add( '* Core', rows_stable, rows_unstable )
entry( ' * ', 'chris-morgan/rust-http', rows_stable, rows_unstable )
entry( ' * ', 'hyperium/hyper', rows_stable, rows_unstable )
entry( ' * ', 'Teepee', rows_stable, rows_unstable )
add( '* Client', rows_stable, rows_unstable )
entry( ' * ', 'carllerche/curl-rust', rows_stable, rows_unstable )
entry( ' * ', 'vhbit/curl-rs', rows_stable, rows_unstable )