From 73996cd072e60b29889b8004f14af796ddd5f601 Mon Sep 17 00:00:00 2001 From: Do Duy Date: Mon, 29 Oct 2018 10:34:28 +0700 Subject: [PATCH] Add select.rs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8bfeae..0a8fcb3 100644 --- a/README.md +++ b/README.md @@ -1162,6 +1162,7 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c * [pop-os/url-scraper](https://github.com/pop-os/url-scraper) — Scrape URLs from HTML pages * [pop-os/url-crawler](https://github.com/pop-os/url-crawler) — A configurable parallel web crawler, designed to crawl a website for content. * [pyros2097/rust-embed](https://github.com/pyros2097/rust-embed) — A macro to embed static assets into the rust binary + * [utkarshkukreti/select.rs](https://github.com/utkarshkukreti/select.rs) [[select](https://crates.io/crates/select)] - A library to extract useful data from HTML documents, suitable for web scraping. [![Build Status](https://travis-ci.org/utkarshkukreti/select.rs.svg?branch=master)](https://travis-ci.org/utkarshkukreti/select.rs) * Reverse Proxy * [sozu-proxy/sozu](https://github.com/sozu-proxy/sozu) [[sozu](https://crates.io/crates/sozu)] - A HTTP reverse proxy. [![Build Status](https://api.travis-ci.org/sozu-proxy/sozu.svg?branch=master)](https://api.travis-ci.org/sozu-proxy/sozu) * Static Site Generators