This project is a Rust-based web scraper that fetches the top movies from IMDb and saves the data to a CSV file.
✅ Fetches movie rank, name, and rating
✅ Runs async requests using tokio
✅ Saves data to movies.csv
✅ Uses asynchronous HTTP requests with reqwest
✅ Parses HTML with scraper
✅ Serializes data to CSV with csv and serde