FFI-Safe Polymorphism in Rust: Thin Trait Objects

A while ago someone posted a question on the Rust User Forums asking how to achieve polymorphism in a C API and while lots of good suggestions were made, I’d like to explore my take on things.
As a recap, Rust provides two mechanisms for letting you write… Read more

Similar