1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-27 11:44:52 -05:00

add Kafka client

This commit is contained in:
btbytes 2015-09-13 09:10:54 -04:00
parent 26f3b1749e
commit 52bdba0480

View file

@ -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