19 releases
0.7.0 | Oct 9, 2021 |
---|---|
0.6.0 | Apr 15, 2021 |
0.5.2 | Dec 16, 2020 |
0.5.1 | Sep 8, 2020 |
0.0.3 | Feb 1, 2015 |
#1697 in Development tools
47 downloads per month
Used in 5 crates
(2 directly)
195KB
5K
SLoC
rust-python27-sys
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/.
Dependencies
~0.4–365KB