mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-01-03 05:10:17 +02:00
adjust
This commit is contained in:
parent
872802fa85
commit
bc9a54e070
@ -80,6 +80,7 @@ Only projects that are stable and useful to users are added. Projects that do no
|
||||
|
||||
### Encoding
|
||||
|
||||
* [TyOverby/bincode](https://github.com/TyOverby/bincode) — a binary encoder/decoder in Rust [<img src="https://travis-ci.org/TyOverby/bincode.svg?branch=master">](https://travis-ci.org/TyOverby/bincode)
|
||||
* Cap'n Proto
|
||||
* [dwrensha/capnproto-rust](https://github.com/dwrensha/capnproto-rust) — [<img src="https://travis-ci.org/dwrensha/capnproto-rust.svg?branch=master">](https://travis-ci.org/dwrensha/capnproto-rust)
|
||||
* Character Encoding
|
||||
|
@ -20,6 +20,13 @@ def md_link(name, url):
|
||||
"""
|
||||
DATA = \
|
||||
{
|
||||
'TyOverby/bincode': {
|
||||
"url": 'https://github.com/TyOverby/bincode',
|
||||
"descr": 'a binary encoder/decoder in Rust',
|
||||
"travis_url": 'https://travis-ci.org/TyOverby/bincode',
|
||||
"travis_badge": 'https://travis-ci.org/TyOverby/bincode.svg?branch=master',
|
||||
"unstable": False
|
||||
},
|
||||
'kimhyunkang/libyaml-rust': {
|
||||
"url": 'https://github.com/kimhyunkang/libyaml-rust',
|
||||
"descr": md_link('libyaml', 'http://pyyaml.org/wiki/LibYAML') + ' bindings',
|
||||
@ -651,6 +658,7 @@ add( ' * Sqlite', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'linuxfood/rustsqlite', rows_stable, rows_unstable )
|
||||
|
||||
add( '\n### Encoding\n', rows_stable, rows_unstable )
|
||||
entry( '* ', 'TyOverby/bincode', rows_stable, rows_unstable )
|
||||
add( '* Cap\'n Proto', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'dwrensha/capnproto-rust', rows_stable, rows_unstable )
|
||||
add( '* Character Encoding', rows_stable, rows_unstable )
|
||||
|
Loading…
Reference in New Issue
Block a user