| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
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/].
| Back | FazBrowse Home | New Git URL |