mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-23 12:23:02 +00:00
add parser section
This commit is contained in:
parent
090d4d13e4
commit
af03c74d5e
1 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,7 @@ The goal is to have only projects that are mostly stable and useful to users.
|
|||
- [Markup language](#markup-language)
|
||||
- [Mobile](#mobile)
|
||||
- [Network programming](#network-programming)
|
||||
- [Parser](#parser)
|
||||
- [Platform specific](#platform-specific)
|
||||
- [Template engine](#template-engine)
|
||||
- [Testing](#testing)
|
||||
|
@ -253,6 +254,12 @@ The goal is to have only projects that are mostly stable and useful to users.
|
|||
* ZeroMQ
|
||||
* [erickt/rust-zmq](https://github.com/erickt/rust-zmq) — [ZeroMQ](http://zeromq.org/) bindings [<img src="https://travis-ci.org/erickt/rust-zmq.svg?branch=master">](https://travis-ci.org/erickt/rust-zmq)
|
||||
|
||||
|
||||
### Parser
|
||||
|
||||
* [Geal/nom](https://github.com/Geal/nom) — parser combinator framework [<img src="https://travis-ci.org/Geal/nom.svg?branch=master">](https://travis-ci.org/Geal/nom)
|
||||
|
||||
|
||||
### Platform specific
|
||||
|
||||
* DigitalOcean
|
||||
|
|
Loading…
Reference in a new issue