Crates.io | dyer |
lib.rs | dyer |
version | 3.3.2 |
source | src |
created_at | 2021-02-11 02:31:41.627664 |
updated_at | 2022-07-27 10:44:40.756635 |
description | 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. |
homepage | https://crates.io/crates/dyer |
repository | https://github.com/HomelyGuy/dyer |
max_upload_size | |
id | 353632 |
size | 2,537,165 |
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.
dyer
will handle
the rest of it interoperably.dyer
offers high-level, flexible, easy to use wrappers and APIs what does a lot for you.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 xpathcompression
: Enable HTTP Compression: br
, deflate
, gzip
proxy
: Enable use proxiesfull
: Enable all featuresGet started by installing dyer-cli and looking over the examples.
The Cookbook gives a detailed view of dyer.