rust-pyo3 0.15.2
Rust bindings for the Python interpreter
This package provides Rust bindings for Python, including tools for creating native Python extension modules. Running and interacting with Python code from a Rust binary is also supported.
- Website: https://github.com/pyo3/pyo3
- Licenses: ASL 2.0 · Expat
- Package source: gnu/packages/crates-io.scm
- Builds: See build status
- Issues: See known issues
Installation
Install rust-pyo3 0.15.2
as follows:
guix install rust-pyo3@0.15.2
Or install the latest version:
guix install rust-pyo3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.