Modulesยง
- py_
match - When you want to expose an state machine enum to Python, you should implement the trait in this module.
- py_
wrapper - When you want to implement a pyclass that can obtain ownership of the internal value in a semantically compatible way, you can use this module.
- ungil
- This module allows you to use
!Send types in Python::allow_threads.