Replies: 1 comment
-
ruff itself doesn't use cpython or any python interpreter at all. Instead, we compile a regular binary with cargo and ship that inside of a wheel (maturin does the wrapping part). On unix, the binary will be installed to If we were to make ruff callable from python, we would likely add pyo3 bindings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How does Python talk to Rust in this case and how could this be applied in other projects?
Beta Was this translation helpful? Give feedback.
All reactions