| Crates.io | python27-sys |
| lib.rs | python27-sys |
| version | 0.7.0 |
| created_at | 2015-01-04 22:57:12.863408+00 |
| updated_at | 2021-10-09 17:25:00.621661+00 |
| description | FFI Declarations for Python 2.7 |
| homepage | https://github.com/dgrunwald/rust-cpython/tree/master/python27-sys |
| repository | https://github.com/dgrunwald/rust-cpython/tree/master/python27-sys |
| max_upload_size | |
| id | 709 |
| size | 209,642 |
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.
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/].