You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Besides a technical example of one-off source files showing language interoperability, the larger question is how to get project and crate interoperability.
e.g. could a yambs project also exist as a Rust crate all in one?
We'll need to expose some configuration options for arguments to pass
rustc
. Overall still quite a bit to do for this, and more research to do.From the horse's mouth: https://doc.rust-lang.org/book/ch19-01-unsafe-rust.html#using-extern-functions-to-call-external-code
See also: #48.
The text was updated successfully, but these errors were encountered: