pyo3/guide/src/SUMMARY.md

34 lines
1,020 B
Markdown
Raw Normal View History

# Summary
2020-08-30 09:08:58 +00:00
[Introduction](index.md)
---
- [Python Modules](module.md)
- [Python Functions](function.md)
- [Python Classes](class.md)
- [Class customizations](class/protocols.md)
- [Type Conversions](conversions.md)
- [Mapping of Rust types to Python types](conversions/tables.md)]
- [Conversion traits](conversions/traits.md)]
- [Python Exceptions](exception.md)
- [Calling Python from Rust](python_from_rust.md)
- [GIL, mutability and object types](types.md)
- [Parallelism](parallelism.md)
- [Async / Await](async-await.md)
- [Debugging](debugging.md)
- [Features Reference](features.md)
- [Advanced Topics](advanced.md)
- [Building and Distribution](building_and_distribution.md)
- [PyPy support](building_and_distribution/pypy.md)
- [Useful Crates](ecosystem.md)
- [Logging](ecosystem/logging.md)
2020-06-14 15:29:40 +00:00
- [FAQ & Troubleshooting](faq.md)
2020-08-30 09:08:58 +00:00
---
2020-09-05 13:44:39 +00:00
[Appendix A: Migration Guide](migration.md)
[Appendix B: PyO3 and rust-cpython](rust_cpython.md)
2020-08-30 09:08:58 +00:00
[Appendix C: Trait bounds](trait_bounds.md)
2020-09-05 13:44:39 +00:00
[CHANGELOG](changelog.md)