This package browser is in early development. Mind the rough edges.

rust-pyo3

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.

Installation

Install the latest version of rust-pyo3 as follows:

guix install rust-pyo3

Or install a particular version:

guix install rust-pyo3@0.13.2

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.

Badge code

You can use the following badge to inform users of rust-pyo3 about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/rust-pyo3'><img src='https://packages.guix.gnu.org/packages/rust-pyo3/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/rust-pyo3/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/rust-pyo3)

Example Org:

[[https://packages.guix.gnu.org/packages/rust-pyo3][https://packages.guix.gnu.org/packages/rust-pyo3/badges/latest-version.svg]]