mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-07-31 22:02:13 -04:00
add Teepee to unstable
This commit is contained in:
parent
e2516f081c
commit
750a15f64e
2 changed files with 8 additions and 0 deletions
|
@ -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/)
|
See also [http://arewewebyet.com/](http://arewewebyet.com/)
|
||||||
|
|
||||||
* Core
|
* Core
|
||||||
|
* [Teepee](http://teepee.rs/) — [<img src="https://travis-ci.org/teepee/teepee.svg?branch=master">](https://travis-ci.org/teepee/teepee)
|
||||||
* Client
|
* Client
|
||||||
* Server
|
* Server
|
||||||
|
|
||||||
|
|
|
@ -242,6 +242,12 @@ DATA = \
|
||||||
"travis_url": "https://travis-ci.org/chris-morgan/rust-http",
|
"travis_url": "https://travis-ci.org/chris-morgan/rust-http",
|
||||||
"travis_badge": "https://travis-ci.org/chris-morgan/rust-http.svg?branch=master"
|
"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": {
|
"hyperium/hyper": {
|
||||||
"url": "https://github.com/hyperium/hyper",
|
"url": "https://github.com/hyperium/hyper",
|
||||||
"travis_url": "https://travis-ci.org/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 )
|
add( '* Core', rows_stable, rows_unstable )
|
||||||
entry( ' * ', 'chris-morgan/rust-http', rows_stable, rows_unstable )
|
entry( ' * ', 'chris-morgan/rust-http', rows_stable, rows_unstable )
|
||||||
entry( ' * ', 'hyperium/hyper', rows_stable, rows_unstable )
|
entry( ' * ', 'hyperium/hyper', rows_stable, rows_unstable )
|
||||||
|
entry( ' * ', 'Teepee', rows_stable, rows_unstable )
|
||||||
add( '* Client', rows_stable, rows_unstable )
|
add( '* Client', rows_stable, rows_unstable )
|
||||||
entry( ' * ', 'carllerche/curl-rust', rows_stable, rows_unstable )
|
entry( ' * ', 'carllerche/curl-rust', rows_stable, rows_unstable )
|
||||||
entry( ' * ', 'vhbit/curl-rs', rows_stable, rows_unstable )
|
entry( ' * ', 'vhbit/curl-rs', rows_stable, rows_unstable )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue