mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-23 12:23:02 +00:00
commit
8affb587ee
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,7 @@ The goal is to have only projects that are mostly stable and useful to users.
|
||||||
- [Database](#database)
|
- [Database](#database)
|
||||||
- [Data structures](#data-structures)
|
- [Data structures](#data-structures)
|
||||||
- [Date and time](#date-and-time)
|
- [Date and time](#date-and-time)
|
||||||
|
- [Distributed Systems](#distributed-systems)
|
||||||
- [Encoding](#encoding)
|
- [Encoding](#encoding)
|
||||||
- [Filesystem](#filesystem)
|
- [Filesystem](#filesystem)
|
||||||
- [Game development](#game-development)
|
- [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)
|
* [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)
|
* [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
|
### Encoding
|
||||||
|
|
||||||
* ASN.1
|
* ASN.1
|
||||||
|
|
Loading…
Reference in a new issue