In this Rust tutorial you'll learn how to create a basic web scraper by scraping the top ten movies list from IMDb. Rust is a language known for its speed and safety and we'll try two approaches: blocking IO and asynchronous IO with tokio. Implementing a Web Scraper in Rust You’re going to set up a fully functioning web scraper in Rust. Your target for scraping will be IMDb, a database of movies, TV series, and other media.