Back to Pyo3

Type conversions

guide/src/conversions.md

0.28.3287 B
Original Source

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.

See also the conversion tables and traits.