Skip to main content
Link
Menu
Expand
(external link)
Document
Search
Copy
Copied
PyO3 Tutorial
Part 101
环境配置
Part A. Rust for Python
1. 你好,世界
2. 类型
2-1. 类型转换
2-2. 类型使用
3. Python 函数
4. Python 模块
Part B. Python for Rust
About
Github
Part A. Rust for Python
2. 类型
类型
本章主要介绍
pyo3::types::*
中的类型和rust的类型的对应关系,以及如何使用
会从一些开源库中学习一下使用技巧
TODO
Table of contents
2-1. 类型转换
2-2. 类型使用