Re-exports§
pub use config::ScraperConfig;
pub use types::ScrapedContent;
pub use types::SearchResult;
Modules§
Enums§
- Scraper
Error - The
ScraperError
enum represents various errors that can occur in the scraper application.
Constants§
- DEFAULT_
CONCURRENT_ REQUESTS - The default number of concurrent requests.
- DEFAULT_
MAX_ RETRIES - The default maximum number of retries for failed requests.
- DEFAULT_
TIMEOUT - The default timeout duration for HTTP requests.
Type Aliases§
- Result
- A type alias for
Result
with theScraperError
error type.