python3-sys

Crates.iopython3-sys
lib.rspython3-sys
version0.7.2
sourcesrc
created_at2015-05-02 22:39:10.497618
updated_at2024-07-02 17:52:04.272552
descriptionFFI Declarations for Python 3
homepagehttps://github.com/dgrunwald/rust-cpython/tree/master/python3-sys
repositoryhttps://github.com/dgrunwald/rust-cpython/tree/master/python3-sys
max_upload_size
id2005
size246,169
Georges Racinet (gracinet)

documentation

README

rust-python3-sys

Rust FFI declarations for Python 3. Supports the PEP 384 stable ABI for Python 3.3 or higher.


This cargo -sys package provides python3 declarations. Licensed under the Python license (see LICENSE).

For a safe high-level API, see rust-cpython.

Usage

python3-sys is available on crates.io so you can use it like this (in your Cargo.toml):

[dependencies.python3-sys]
version = "*"

Documentation for the python API is available on [https://docs.python.org/3/c-api/].

Commit count: 600

cargo fmt