mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-01-29 22:01:07 +02:00
fix
This commit is contained in:
parent
d4e5a41669
commit
a0af41387d
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user