Playing with Python libraries written in rust
Go to file
2023-05-06 16:31:56 +01:00
.github/workflows adding initial skeleton 2023-05-05 08:51:44 +01:00
py_rust_playground adding python code for module 2023-05-06 16:31:56 +01:00
src adding constructor and get/set 2023-05-06 16:16:48 +01:00
.gitignore adding initial skeleton 2023-05-05 08:51:44 +01:00
Cargo.lock adding initial skeleton 2023-05-05 08:51:44 +01:00
Cargo.toml adding initial skeleton 2023-05-05 08:51:44 +01:00
pyproject.toml adding initial skeleton 2023-05-05 08:51:44 +01:00
README.md adding classes 2023-05-06 16:10:51 +01:00

Python + Rust Playground

Playing with Pyo3 and Maturin to build Python libraries with Rust