lysdexic@programming.dev to Rust@programming.dev • 1 year agoUniFFI - automatically generate foreign-language bindings targeting Rust librariesexternal-linkmessage-square5 fedilinkarrow-up112
arrow-up112external-linkUniFFI - automatically generate foreign-language bindings targeting Rust librarieslysdexic@programming.dev to Rust@programming.dev • 1 year agomessage-square5 Commentsfedilink
minus-squareWalnut356@programming.devhexbear1·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. linkfedilink
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.