pyforge 0.3.0

High-performance Rust-Python bindings for Django 5.x — async-first, CPython 3.11+ only
Documentation
1
2
3
4
5
# Type conversions

In this portion of the guide we'll talk about the mapping of Python types to Rust types offered by PyForge, as well as the traits available to perform conversions between them.

See also the conversion [tables](conversions/tables.md) and [traits](conversions/traits.md).