nih-plug icon indicating copy to clipboard operation
nih-plug copied to clipboard

Curious: How and where could we potentially import CPP headers?

Open godofecht opened this issue 1 year ago • 1 comments

We have a C++ library that we'd like to run code from. We've never used Rust but we're interested in adding it to our toolbox. Where would the linkage happen, if at all it's possible?

Best, Abhishek

godofecht avatar Apr 30 '24 13:04 godofecht

I suspect you may be looking for something like: https://github.com/rust-lang/rust-bindgen

Are10 avatar May 22 '24 15:05 Are10