#data-processing #web-framework #spider #async-io #thread-pool #web-crawler #web-crawling

no-std dyer

dyer is designed for reliable, flexible and fast Request-Response based service, including data processing, web-crawling and so on, providing some friendly, flexible, comprehensive features without compromising speed

9 stable releases (3 major)

3.3.2 Jul 27, 2022
3.2.0 May 19, 2022
3.1.0 Mar 14, 2022
3.0.1 Dec 1, 2021
0.3.0 Mar 23, 2021

#579 in Network programming

Download history 11922/week @ 2023-12-15 11944/week @ 2023-12-22 11281/week @ 2023-12-29 11740/week @ 2024-01-05 11794/week @ 2024-01-12 11767/week @ 2024-01-19 11631/week @ 2024-01-26 11569/week @ 2024-02-02 11682/week @ 2024-02-09 8421/week @ 2024-02-16 11860/week @ 2024-02-23 11668/week @ 2024-03-01 11621/week @ 2024-03-08 11575/week @ 2024-03-15 11475/week @ 2024-03-22 9985/week @ 2024-03-29

46,567 downloads per month
Used in aurion_rs

MIT license

1.5MB
5.5K SLoC

dyer

API Document crates.io Cookbook

Overview

dyer is designed for reliable, flexible and fast Request-Response based service, including data processing, web-crawling and so on, providing some friendly, interoperable, comprehensive features without compromising speed.

Features

  • asynchronous, concurrent streaming and I/O, make the best of thread pool, network, and system resource.
  • Event-driven, once you set the initials and recursive generator, dyer will handle the rest of it interoperably.
  • User-friendly and flexible, dyer offers high-level, flexible, easy to use wrappers and APIs what does a lot for you.

Feature Flag

To reduce code redundancy and speed up compilation, dyer use feature flag to mark the necessary modules/functions, Currently here are some supported Features:

  • xpath: Enable parse the html response with xpath
  • compression: Enable HTTP Compression: br, deflate, gzip
  • proxy: Enable use proxies
  • full: Enable all features

Guide

Get started by installing dyer-cli and looking over the examples.

The Cookbook gives a detailed view of dyer.

Dependencies

~5–18MB
~233K SLoC