Closed marioortizmanero closed 2 years ago
Currently, it's misleading. See: https://nullderef.com/blog/plugin-start/#_abi_unstability_its_much_worse_than_it_seems
Hmmm, not super happy with my patch or yours. You can load plugins dynamically just by using #[repr(C)]. abi_stable just makes it easier, safer, and more backward-compatible.
#[repr(C)]
abi_stable
Currently, it's misleading. See: https://nullderef.com/blog/plugin-start/#_abi_unstability_its_much_worse_than_it_seems