<@U02D3KPB4JX> Have you tried to interface directl...
# science
a
@Adrian Trapletti Have you tried to interface directly with Rust code with https://gitlab.com/trixnity/uniffi-kotlin-multiplatform-bindings? I have not tried it myself. But one of my guys tried and he said it works perfectly.
a
No, I didn't know about the project. Thx for sharing. PS: Some of the solvers I am targeting on in the future are C/C++. E.g. I am working on interfacing with https://highs.dev/. If I understand correctly, then the above is only for Rust.
a
Yes, it uses Rust UniFFI generator, which makes it possible to generate wrappers automatically. Sadly, it is not possible for C and C++.