9145fcfe19
* wip bound docs * Update guide/src/python_from_rust/calling-existing-code.md Co-authored-by: Lily Foote <code@lilyf.org> * continue to move and tidy up * Apply suggestions from code review Co-authored-by: Lily Foote <code@lilyf.org> * update URL * complete python-from-rust.md * progress on types.md; probably more to go * update doctest paths * review: Icxolu * finish updating `types.md` to Bound API * update remainder of the guide to Bound API * Update guide/src/performance.md Co-authored-by: Icxolu <10486322+Icxolu@users.noreply.github.com> * Update guide/src/types.md Co-authored-by: Icxolu <10486322+Icxolu@users.noreply.github.com> * Update src/lib.rs * review: Icxolu * Update guide/src/python-from-rust.md Co-authored-by: Adam Reichold <adamreichold@users.noreply.github.com> * Update guide/src/async-await.md Co-authored-by: Adam Reichold <adamreichold@users.noreply.github.com> * review: adamreichold --------- Co-authored-by: Lily Foote <code@lilyf.org> Co-authored-by: Icxolu <10486322+Icxolu@users.noreply.github.com> Co-authored-by: Adam Reichold <adamreichold@users.noreply.github.com>
1.7 KiB
1.7 KiB
Summary
- Getting started
- Using Rust from Python
- Calling Python from Rust
- Type conversions
- Using
async
andawait
- 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