florianschieder / rugby

Using Rust libraries within Python projects
GNU General Public License v3.0
0 stars 0 forks source link

rugby

Rugby is an example project to illustrate using Rust libraries within Python code.

Approach

Rugby uses the following approach: Writing code and tests using Rust, generate C bindings and use them within a Python C extension.

Naming

This project is called Rugby due to its similarity to rucpy which implies the used programming languages (Rust, C, Python).