This crate lets you develop Hachimi plugins using Rust. Under the hood, it wraps the plugin system's C API. Take special note of the il2cpp feature. If you wanna use ...
plugin_register_all_{Trait}_v1 that returns a contiguous array of registrations (useful when a plugin crate exposes multiple registrations). The host uses libloading ...