By dotCore
via brson.github.com
Published: Mar 14 2013 / 10:02
One of the most requested features of Rust is the ability to call Rust functions from other languages. So far this has been completely impossible because Rust code depends on a runtime, and the Rust runtime is not embeddable (yet). As part of my work to reimplement Rust’s scheduler I am trying also to make Rust more embeddable, and we’ve reached the point now on the ‘incoming’ branch where one can usefully call into Rust.
Add your comment