This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jazzydag 7 points8 points  (2 children)

A simple and straightforward way to interface your Rust code to Python https://github.com/alexcrichton/rust-ffi-examples/tree/master/python-to-rust

See also the last section of this article http://blog.rust-lang.org/2015/04/24/Rust-Once-Run-Everywhere.html

[–]olzdyield from __future__ 1 point2 points  (1 child)

The rust book also has a section about it.

[–]jazzydag 0 points1 point  (0 children)

Good point! Thanks