4 lines
194 B
Markdown
4 lines
194 B
Markdown
# Type Conversions
|
|
|
|
In this portion of the guide we'll talk about the mapping of Python types to Rust types offered by PyO3, as well as the traits available to perform conversions between them.
|