prawn is an extremely fast Rust web scraper that downloads a webpage's HTML and all linked CSS and JS resources, saving them into a local folder for offline use.
## Features
- High-performance: Uses `reqwest` (with connection pooling), `tokio`, and `rayon` for parallelism.
- CLI tool: Accepts a URL as an argument.
- Downloads and parses HTML as fast as possible.
- Extracts and concurrently downloads all `` and `