You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: guide - add link to tables and traits (#5001)
* add link to tables and traits
* link to md file rather than html
Co-authored-by: Icxolu <[email protected]>
---------
Co-authored-by: Icxolu <[email protected]>
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.
4
+
5
+
See also the conversion [tables](conversions/tables.md) and [traits](conversions/traits.md).
0 commit comments