Skip to content

Commit 4aca459

Browse files
jonaspleyerIcxolu
andauthored
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]>
1 parent 0452c0e commit 4aca459

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guide/src/conversions.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Type conversions
22

33
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

Comments
 (0)