October 2019
Intermediate to advanced
444 pages
10h 37m
English
The Rust community's web frameworks are great examples of how the lessons learned from other languages influence the design of a more recent technology. Both crates discussed in this chapter follow a similar pattern that can be observed in a range of libraries and frameworks across various languages (for example, Python's requests), which evolved to this stage themselves.
In this recipe, we look at two frameworks: reqwest and surf. After setting ...
Read now
Unlock full access