24
UniFFI - automatically generate foreign-language bindings targeting Rust libraries
(mozilla.github.io)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Seems rather limited: only targeting some high level languages. Now, if this could also generate C++ bindings i would be very interested.
Hmm, but Rust has native generation of C bindings. Is there a big difference with C++-specific bindings?
If you refer to bindgen it also supports C++, and since Mozilla who was the main driver of rust uses C++ I assume the bindgen for that is pretty good.
Ah, thanks. I did not know that, but I figured, if C++-specific bindings make sense, then Mozilla would have built something for that, before working on UniFFI.