-
Creating a discussion on @ramakotareddy behalf
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
How about we create a new Rust staticlib with an "extern C" interface that exposes any functionality that we want to implement on Rust? We can this name mangling logic there. WDYT? |
Beta Was this translation helpful? Give feedback.
How about we create a new Rust staticlib with an "extern C" interface that exposes any functionality that we want to implement on Rust? We can this name mangling logic there.
I've created this example app for your reference: https://github.com/ruvi-d/C-Rust-Interop
WDYT?