2017-06-18 02:02:02 +00:00
|
|
|
# Summary
|
|
|
|
|
2018-11-15 19:35:16 +00:00
|
|
|
- [Get Started](get_started.md)
|
|
|
|
- [Type Conversions](conversions.md)
|
|
|
|
- [Python Exception](exception.md)
|
|
|
|
- [Python Module](module.md)
|
|
|
|
- [Python Function](function.md)
|
|
|
|
- [Python Class](class.md)
|
2019-09-23 12:28:52 +00:00
|
|
|
- [Call Python from Rust](python_from_rust.md)
|
2018-11-15 19:35:16 +00:00
|
|
|
- [Parallelism](parallelism.md)
|
|
|
|
- [Debugging](debugging.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)
|
2019-04-23 11:18:42 +00:00
|
|
|
- [PyPy support](pypy.md)
|
2019-04-14 10:58:12 +00:00
|
|
|
- [Appendix: PyO3 and rust-cpython](rust_cpython.md)
|