2017-06-18 02:02:02 +00:00
|
|
|
# Summary
|
|
|
|
|
2020-08-30 09:08:58 +00:00
|
|
|
[Introduction](index.md)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2020-03-13 13:53:49 +00:00
|
|
|
- [Python Modules](module.md)
|
|
|
|
- [Python Functions](function.md)
|
|
|
|
- [Python Classes](class.md)
|
2020-09-01 21:40:41 +00:00
|
|
|
- [Class customizations](class/protocols.md)
|
2018-11-15 19:35:16 +00:00
|
|
|
- [Type Conversions](conversions.md)
|
2020-09-01 21:40:41 +00:00
|
|
|
- [Mapping of Rust types to Python types](conversions/tables.md)]
|
|
|
|
- [Conversion traits](conversions/traits.md)]
|
2020-03-13 13:53:49 +00:00
|
|
|
- [Python Exceptions](exception.md)
|
|
|
|
- [Calling Python from Rust](python_from_rust.md)
|
2020-03-16 13:57:27 +00:00
|
|
|
- [GIL, mutability and object types](types.md)
|
2018-11-15 19:35:16 +00:00
|
|
|
- [Parallelism](parallelism.md)
|
|
|
|
- [Debugging](debugging.md)
|
2021-01-02 16:46:44 +00:00
|
|
|
- [Features Reference](features.md)
|
2019-03-04 22:17:48 +00:00
|
|
|
- [Advanced Topics](advanced.md)
|
2019-04-14 10:58:12 +00:00
|
|
|
- [Building and Distribution](building_and_distribution.md)
|
2021-05-21 07:34:51 +00:00
|
|
|
- [Supporting multiple Python versions](building_and_distribution/multiple_python_versions.md)
|
2021-01-24 12:27:42 +00:00
|
|
|
- [Useful Crates](ecosystem.md)
|
|
|
|
- [Logging](ecosystem/logging.md)
|
2021-01-27 18:08:25 +00:00
|
|
|
- [Async / Await](ecosystem/async-await.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)
|