1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-29 22:01:07 +02:00
This commit is contained in:
kud1ing 2015-01-08 20:20:30 +01:00
parent d4e5a41669
commit a0af41387d
3 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,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)
* Bencode
* Bencode
* [arjantop/rust-bencode](https://github.com/arjantop/rust-bencode) — [Bencode](http://en.wikipedia.org/wiki/Bencode) implementation in Rust [<img src="https://travis-ci.org/arjantop/rust-bencode.svg?branch=master">](https://travis-ci.org/arjantop/rust-bencode)
* 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)

View File

@ -84,7 +84,7 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
### Encoding
* Bencode
* Bencode
* Cap'n Proto
* Character Encoding
* CSV

View File

@ -767,7 +767,7 @@ entry( '* ', 'rust-lang/time', rows_stable, rows_unstable )
add( '\n### Encoding\n', rows_stable, rows_unstable )
entry( '* ', 'TyOverby/bincode', rows_stable, rows_unstable )
add( '* Bencode', rows_stable, rows_unstable )
add( ' * Bencode', rows_stable, rows_unstable )
entry( '* ', 'arjantop/rust-bencode', rows_stable, rows_unstable )
add( '* Cap\'n Proto', rows_stable, rows_unstable )
entry( ' * ', 'dwrensha/capnproto-rust', rows_stable, rows_unstable )