Hacker News new | ask | show | jobs
by apendleton 791 days ago
If you want to call from Go into Rust, you can declare any Rust function as `extern "C"` and then call it the same way you would call C from Go. Not sure about going the other way.