Rust dev (@ 1Password) and game modder. I like Factorio, FFXIV, (modded) Minecraft, and similar!

  • 0 Posts
  • 1 Comment
Joined 1Y ago
cake
Cake day: Jun 23, 2023

help-circle
rss

It’s still pretty underbaked but you can check out my recent project based around a plugin system (dynamic loading). https://github.com/CerulanLumina/feed-plumber

It relies on the c abi and a whole lot of raw /ffi constructs but contains a helper crate to allow defining plugins in a somewhat rusty manner.

Hopefully it’ll be of some use to you!