Shared libraries
Shared libraries
Posted Nov 25, 2025 17:06 UTC (Tue) by ssokolow (guest, #94568)In reply to: Shared libraries by farnz
Parent article: APT Rust requirement raises questions
What you're describing sounds like what they aim to produce with CrABI.
An opt-in stable ABI for Rust that serves as a higher-level alternative to what you currently get from extern "C" without having to use the abi_stable crate to marshal your types through the C ABI.
