1.5 KiB
1.5 KiB
Summary
- Getting started
- Python modules
- Python functions
- Python classes
- Type conversions
- Python exceptions
- Calling Python from Rust
- Using
async
andawait
- GIL, mutability and object types
- Parallelism
- Debugging
- Features reference
- Memory management
- Performance
- Advanced topics
- Building and distribution
- Useful crates
- FAQ and troubleshooting
Appendix A: Migration guide Appendix B: Trait bounds Appendix C: Python typing hints CHANGELOG