Rust Closures in FFI

Further to Tips and tricks for writing unsafe or FFI code? I thought I'd write a little something about a trick I often need when working with native code that uses callbacks for things like event notification or asynchrony.

4 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.