1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-02-09 14:15:02 +02:00
This commit is contained in:
messense 2017-06-14 21:06:37 +08:00 committed by GitHub
parent 1f4e210ca2
commit bde381627c

View File

@ -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 [<img src="https://travis-ci.org/dgrunwald/rust-cpython.svg?branch=master">](https://travis-ci.org/dgrunwald/rust-cpython)
* [PyO3/PyO3](https://github.com/PyO3/PyO3) - CPython Rust binding (a fork of rust-cpython) [<img src="https://travis-ci.org/PyO3/PyO3.svg?branch=master">](https://travis-ci.org/PyO3/PyO3)
* R
* [rustr/rustr](https://github.com/rustr/rustr) — use Rust from R, and use R in Rust [<img src="https://travis-ci.org/rustr/rustr.svg?branch=master">](https://travis-ci.org/rustr/rustr)
* Ruby