Expand description
The Crawly web crawler efficiently fetches and stores content from web pages.
It respects robots.txt guidelines and handles rate limits.
Structs
- Main structure for the
Crawlercontaining necessary utilities and caches. - Builder pattern for
Crawler. Allows for customizable configurations.