abi_stable_crates
abi_stable_crates copied to clipboard
Fix ABI stability statement
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.