mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-15 08:37:08 +00:00
Merge pull request #379 from snewt/patch-1
Add BNF parser to curated list
This commit is contained in:
commit
8ae510af58
1 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
|||
- [Graph processing](#graph-processing)
|
||||
- [GUI](#gui)
|
||||
- [Image processing](#image-processing)
|
||||
- [Language specification](#language-specification)
|
||||
- [Logging](#logging)
|
||||
- [Machine learning](#machine-learning)
|
||||
- [Markup language](#markup-language)
|
||||
|
@ -760,6 +761,11 @@ See also [Are we game yet?](http://arewegameyet.com)
|
|||
* [teovoinea/steganography](https://github.com/teovoinea/steganography) [[steganography](https://crates.io/crates/steganography)] — A simple steganography library [<img src="https://api.travis-ci.org/teovoinea/steganography.svg?branch=master">](https://travis-ci.org/teovoinea/steganography)
|
||||
|
||||
|
||||
### Language specification
|
||||
|
||||
* [snewt/bnf](https://github.com/snewt/bnf) — A library for parsing Backus–Naur form context-free grammars. [<img src="https://api.travis-ci.org/snewt/bnf.svg?branch=master">](https://travis-ci.org/snewt/bnf)
|
||||
|
||||
|
||||
### Logging
|
||||
|
||||
[[log](https://crates.io/keywords/log)]
|
||||
|
|
Loading…
Reference in a new issue