/rugby

Using Rust libraries within Python projects

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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).