mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-26 05:40:18 +00:00
add Network programming
This commit is contained in:
parent
5afaee0667
commit
e3ab450c0b
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -14,7 +14,8 @@ Only projects that are more than a prototype should be added. Projects that do n
|
||||||
- [Database](#database)
|
- [Database](#database)
|
||||||
- [Encoding](#encoding)
|
- [Encoding](#encoding)
|
||||||
- [GUI](#gui)
|
- [GUI](#gui)
|
||||||
- [Web Programming](#web-programming)
|
- [Network programming](#network-programming)
|
||||||
|
- [Web programming](#web-programming)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
|
|
||||||
|
|
||||||
|
@ -92,7 +93,12 @@ Only projects that are more than a prototype should be added. Projects that do n
|
||||||
* Termbox
|
* Termbox
|
||||||
* [gchp/rustbox](https://github.com/gchp/rustbox) —
|
* [gchp/rustbox](https://github.com/gchp/rustbox) —
|
||||||
|
|
||||||
### Web Programming
|
### Network programming
|
||||||
|
|
||||||
|
* ZeroMQ
|
||||||
|
* [erickt/rust-zmq](https://github.com/erickt/rust-zmq) — [ZeroMQ](http://zeromq.org) bindings
|
||||||
|
|
||||||
|
### Web programming
|
||||||
|
|
||||||
See also http://arewewebyet.com/
|
See also http://arewewebyet.com/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue