lysdexic@programming.dev to Rust@programming.devEnglish · 1 year agoUniFFI - automatically generate foreign-language bindings targeting Rust librariesmozilla.github.ioexternal-linkmessage-square8fedilinkarrow-up125arrow-down10
arrow-up125arrow-down1external-linkUniFFI - automatically generate foreign-language bindings targeting Rust librariesmozilla.github.iolysdexic@programming.dev to Rust@programming.devEnglish · 1 year agomessage-square8fedilink
minus-squareWalnut356@programming.devlinkfedilinkarrow-up3·1 year agoHere’s the script. It’s nothing fancy, and iirc it only works for top level functions/classes. That means you still have to take care of attributes and methods which is a little annoying, but for simple stuff it should save a bit of time.
Here’s the script. It’s nothing fancy, and iirc it only works for top level functions/classes. That means you still have to take care of attributes and methods which is a little annoying, but for simple stuff it should save a bit of time.