Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Desperately need help with FFI Panicking
Hello, I’ve been working on kerbin, a text editor I’m messing with. I’m trying to use the unstable rust ABI (don’t criticize me on this it’s just for fun), and I’m really struggling with figuring out what is going on. If you look at the repo, in the plugins/…/lib.rs file (only rust file in the plugins dir), you’ll see the function causing me major issues. I’m trying to get a “bevy” like system that can have hooks, defined with Types, to work over the ffi. It works perfectly as expected in the kerbin/src/main.rs file, but not within this system. If anyone could find some time to help that would be incredible, thank you in advance!
2 posts - 2 participants
🏷️ Rust_feed