January 2022
Intermediate to advanced
384 pages
7h 30m
English
So far, we have managed to fuse Rust with Python to speed up our code. However, software programs written in Rust can get complicated. While we can get by with passing integers and strings into Rust functions from Python code, it would be useful to handle more complex data structures from Python and objects. In this chapter, we accept and process Python data structures such as a dictionary. We will go further by processing custom Python objects and even creating Python objects inside our Rust code.
In this chapter, we will cover the following topics:
Read now
Unlock full access