rebased on #1401
This commit is contained in:
parent
411e97643a
commit
80d4c5b3ad
|
@ -15,7 +15,6 @@
|
|||
- [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)
|
||||
|
@ -23,6 +22,7 @@
|
|||
- [PyPy support](building_and_distribution/pypy.md)
|
||||
- [Useful Crates](ecosystem.md)
|
||||
- [Logging](ecosystem/logging.md)
|
||||
- [Async / Await](ecosystem/async-await.md)
|
||||
- [FAQ & Troubleshooting](faq.md)
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue