Section 3: Infusing Rust into a Web Application
At this point, all the key areas have been covered in terms of using Rust practically in Python code. In this section, we will apply all of what we have learned thus far in a practical project. We achieve this by injecting our Python packages written in Rust into every aspect of a web application that can be deployed in Docker.
This section comprises the following chapters:
- Chapter 9, Structuring a Python Flask App for Rust
- Chapter 10, Injecting Rust into a Python Flask App
- Chapter 11, Best Practices for Integrating Rust