mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-01-03 05:10:17 +02:00
add mitsuhiko/redis-rs
This commit is contained in:
parent
66c21fbfea
commit
882aa40041
@ -83,6 +83,8 @@ Only projects that are stable and useful to users are added. Projects that do no
|
||||
### Database
|
||||
|
||||
* NoSQL
|
||||
* Redis
|
||||
* [mitsuhiko/redis-rs]() — [Redis](http://redis.io) library in Rust [<img src="https://travis-ci.org/mitsuhiko/redis-rs.svg?branch=master">](https://travis-ci.org/mitsuhiko/redis-rs)
|
||||
* RethinkDB
|
||||
* SQL
|
||||
* MySql
|
||||
|
@ -71,6 +71,7 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
|
||||
### Database
|
||||
|
||||
* NoSQL
|
||||
* Redis
|
||||
* 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
|
||||
|
@ -20,6 +20,13 @@ def md_link(name, url):
|
||||
"""
|
||||
DATA = \
|
||||
{
|
||||
'mitsuhiko/redis-rs': {
|
||||
"url": '',
|
||||
"descr": md_link('Redis', 'http://redis.io') + ' library in Rust',
|
||||
"travis_url": 'https://travis-ci.org/mitsuhiko/redis-rs',
|
||||
"travis_badge": 'https://travis-ci.org/mitsuhiko/redis-rs.svg?branch=master',
|
||||
"unstable": False
|
||||
},
|
||||
'cyndis/qmlrs': {
|
||||
"url": 'https://github.com/cyndis/qmlrs',
|
||||
"descr": md_link('QtQuick', 'http://doc.qt.io') + ' bindings',
|
||||
@ -735,6 +742,8 @@ entry( '* ', 'sfackler/rust-openssl', rows_stable, rows_unstable )
|
||||
|
||||
add( '\n### Database\n', rows_stable, rows_unstable )
|
||||
add( '* NoSQL', rows_stable, rows_unstable )
|
||||
add( ' * Redis', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'mitsuhiko/redis-rs', rows_stable, rows_unstable )
|
||||
add( ' * RethinkDB', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'tomjakubowski/rethinkdb-rs', rows_stable, rows_unstable )
|
||||
add( '* SQL', rows_stable, rows_unstable )
|
||||
|
Loading…
Reference in New Issue
Block a user