pyo3 0.15.1

Bindings to Python interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
rust python3 ffi
================

[Rust](https://www.rust-lang.org/) FFI declarations for Python 3.
Supports the PEP 384 stable ABI for Python 3.4 or higher.

---

This [cargo -sys package](https://doc.rust-lang.org/cargo/reference/build-scripts.html#-sys-packages) provides `python3` declarations.
Licensed under the Python license (see `LICENSE`).

For a safe high-level API, see [PyO3](https://github.com/PyO3/PyO3).

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