1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-12-02 02:56:33 +02:00

Merge pull request #910 from Folyd/patch-1

Add rust port of Google's robotstxt
This commit is contained in:
Tom Parker-Shemilt 2020-06-22 21:12:47 +01:00 committed by GitHub
commit 0495aa240d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1314,6 +1314,7 @@ See also [Are we game yet?](https://arewegameyet.rs)
### Parsing
* [Folyd/robotstxt](https://github.com/Folyd/robotstxt) - A native Rust port of Google's robots.txt parser and matcher C++ library
* [Geal/nom](https://github.com/Geal/nom) — parser combinator library [<img src="https://api.travis-ci.org/Geal/nom.svg?branch=master">](https://travis-ci.org/Geal/nom)
* [ivanceras/inquerest](https://github.com/ivanceras/inquerest) — an URL parameter parser for rest filter inquiry [![Build Status](https://api.travis-ci.org/ivanceras/inquerest.svg?branch=master)](https://travis-ci.org/ivanceras/inquerest)
* [kevinmehall/rust-peg](https://github.com/kevinmehall/rust-peg) — Parsing Expression Grammar (PEG) parser generator