ralfbiedert / interoptopus

The polyglot bindings generator for your library (C#, C, Python, …) 🐙
302 stars 27 forks source link

Is it possible to reuse existing cbindgen configurations for Interoptopus? #87

Closed Degot closed 1 year ago

Degot commented 1 year ago

I'm trying to create C# binding for libsignal. They already have ffi with cbindgen. Is it possible to reuse it, without going through libsignal code and apply changes for Interoptopus?

ralfbiedert commented 1 year ago

No, there is no cbindgen interoperability, Interoptopus pretty much needs the attribute annotations to work.