From bde381627c1ce9f20ae16001df3ba8006d3bd58b Mon Sep 17 00:00:00 2001 From: messense Date: Wed, 14 Jun 2017 21:06:37 +0800 Subject: [PATCH] Add PyO3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65c3b6f..351b093 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/ffi.html), * [SSheldon/rust-objc](https://github.com/SSheldon/rust-objc) — Objective-C Runtime bindings and wrapper for Rust * Python * [dgrunwald/rust-cpython](https://github.com/dgrunwald/rust-cpython) — Python bindings [](https://travis-ci.org/dgrunwald/rust-cpython) + * [PyO3/PyO3](https://github.com/PyO3/PyO3) - CPython Rust binding (a fork of rust-cpython) [](https://travis-ci.org/PyO3/PyO3) * R * [rustr/rustr](https://github.com/rustr/rustr) — use Rust from R, and use R in Rust [](https://travis-ci.org/rustr/rustr) * Ruby