| Crates.io | python3-sys |
| lib.rs | python3-sys |
| version | 0.7.2 |
| created_at | 2015-05-02 22:39:10.497618+00 |
| updated_at | 2024-07-02 17:52:04.272552+00 |
| description | FFI Declarations for Python 3 |
| homepage | https://github.com/dgrunwald/rust-cpython/tree/master/python3-sys |
| repository | https://github.com/dgrunwald/rust-cpython/tree/master/python3-sys |
| max_upload_size | |
| id | 2005 |
| size | 246,169 |
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.
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/].