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-11-20 19:11:34 +01:00
parent 31d1451345
commit c0cce5e910
3 changed files with 3 additions and 1 deletions

View file

@ -70,7 +70,6 @@ Only projects that are stable and useful to users are added. Projects that do no
* NoSQL
* RethinkDB
* [tomjakubowski/rethinkdb-rs](https://github.com/tomjakubowski/rethinkdb-rs) — [RethinkDB](http://www.rethinkdb.com) bindings [<img src="https://travis-ci.org/tomjakubowski/rethinkdb-rs.svg?branch=master">](https://travis-ci.org/tomjakubowski/rethinkdb-rs)
* SQL
* MySql
* [blackbeam/rust-mysql-simple](https://github.com/blackbeam/rust-mysql-simple) — a native MySql client [<img src="https://travis-ci.org/blackbeam/rust-mysql-simple.svg?branch=master">](https://travis-ci.org/blackbeam/rust-mysql-simple)

View file

@ -50,6 +50,7 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
* NoSQL
* RethinkDB
* [tomjakubowski/rethinkdb-rs](https://github.com/tomjakubowski/rethinkdb-rs) — [RethinkDB](http://www.rethinkdb.com) bindings [<img src="https://travis-ci.org/tomjakubowski/rethinkdb-rs.svg?branch=master">](https://travis-ci.org/tomjakubowski/rethinkdb-rs)
* SQL
* MySql
* PostgreSql

View file

@ -15,6 +15,7 @@ def md_link(name, url):
"descr": md_link('', '') + ' bindings',
"travis_url": 'https://travis-ci.org/',
"travis_badge": 'https://travis-ci.org/.svg?branch=master',
"unstable": True
},
"""
DATA = \
@ -24,6 +25,7 @@ DATA = \
"descr": md_link('RethinkDB', 'http://www.rethinkdb.com') + ' bindings',
"travis_url": 'https://travis-ci.org/tomjakubowski/rethinkdb-rs',
"travis_badge": 'https://travis-ci.org/tomjakubowski/rethinkdb-rs.svg?branch=master',
"unstable": True
},
'alexcrichton/flate2-rs': {
"url": 'https://github.com/alexcrichton/flate2-rs',