Merge pull request #75 from btbytes/master

add Kafka client
pull/76/head^2
kud1ing 9 years ago
commit 8affb587ee

@ -17,6 +17,7 @@ The goal is to have only projects that are mostly stable and useful to users.
- [Database](#database)
- [Data structures](#data-structures)
- [Date and time](#date-and-time)
- [Distributed Systems](#distributed-systems)
- [Encoding](#encoding)
- [Filesystem](#filesystem)
- [Game development](#game-development)
@ -156,6 +157,11 @@ The goal is to have only projects that are mostly stable and useful to users.
* [reem/rust-typemap](https://github.com/reem/rust-typemap) — [<img src="https://travis-ci.org/reem/rust-typemap.svg?branch=master">](https://travis-ci.org/reem/rust-typemap)
* [serde-rs/serde](https://github.com/serde-rs/serde) — a framework to generically serialize Rust data structures [<img src="https://api.travis-ci.org/serde-rs/serde.svg?branch=master">](https://travis-ci.org/serde-rs/serde)
### Distributed Systems
* [Kafka Rust Client](https://github.com/spicavigo/kafka-rust)
### Encoding
* ASN.1

Loading…
Cancel
Save