Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 264 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 264 Bytes

web_scraper

Description: A Rust web scraper that extracts titles of the top 250 movies from IMDb. It uses reqwest for HTTP requests, scraper for HTML parsing, and tokio for async operations. Prints titles in list format. Demonstrates basic web scraping in Rust.