In this video we build a Web crawler in Rust using Surf and Async-Std. This video is meant to introduce the concept of Futures, async, await and tasks.
Source Code: https://github.com/tensor-programming/crawler_example
#rust #web-development #javascript