From e8205159bba30ba02bee8139ba28f50c87c969d0 Mon Sep 17 00:00:00 2001 From: Adam Kloboucnik Date: Tue, 31 Oct 2017 08:21:05 +0100 Subject: [PATCH] Replace snaek with milksnake (snaek is deprecated in favor of milksnake) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf631a..ea3ec62 100644 --- a/README.md +++ b/README.md @@ -273,8 +273,8 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi * Objective-C * [SSheldon/rust-objc](https://github.com/SSheldon/rust-objc) — Objective-C Runtime bindings and wrapper for Rust * Python + * [getsentry/milksnake](https://github.com/getsentry/milksnake) - extension for python setuptools that allows you to distribute dynamic linked libraries in Python wheels in the most portable way imaginable. * [dgrunwald/rust-cpython](https://github.com/dgrunwald/rust-cpython) — Python bindings [](https://travis-ci.org/dgrunwald/rust-cpython) - * [mitsuhiko/snaek](https://github.com/mitsuhiko/snaek) — helps to build Rust libraries and bridge them to Python with the help of cffi. [](https://travis-ci.org/mitsuhiko/snaek) * [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)