python27-sys

Crates.iopython27-sys
lib.rspython27-sys
version0.7.0
sourcesrc
created_at2015-01-04 22:57:12.863408
updated_at2021-10-09 17:25:00.621661
descriptionFFI Declarations for Python 2.7
homepagehttps://github.com/dgrunwald/rust-cpython/tree/master/python27-sys
repositoryhttps://github.com/dgrunwald/rust-cpython/tree/master/python27-sys
max_upload_size
id709
size209,642
Georges Racinet (gracinet)

documentation

README

rust-python27-sys Build Status

Rust FFI declarations for Python 2.7.


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

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

Usage

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

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

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

Commit count: 600

cargo fmt