We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615527c commit 1c957c9Copy full SHA for 1c957c9
README.md
@@ -15,6 +15,7 @@ A collection of Python packages built on top of Rust.
15
- [Embedding & Interop](#embedding--interop)
16
- [Emerging Projects](#emerging-projects)
17
- [Database](#database)
18
+ - [Learning](#learning)
19
20
## Core Tools & Infrastructure
21
@@ -122,6 +123,12 @@ _Tools for building database projects._
122
123
124
**[⬆ back to top](#contents)**
125
126
+## Learning
127
+_Tools to learn binding Rust with Python._
128
+
129
+- [rust-python-example](https://github.com/rochacbruno/rust-python-example) - Example of using Rust to Extend Python.
130
131
+**[⬆ back to top](#contents)**
132
---
133
134
## LICENSE :balance_scale:
0 commit comments