Shared libraries
Shared libraries
Posted Nov 25, 2025 0:34 UTC (Tue) by pabs (subscriber, #43278)In reply to: Shared libraries by ballombe
Parent article: APT Rust requirement raises questions
Rust already supports shared libraries (dylib), IIRC the ABI is not yet stable though.
https://doc.rust-lang.org/reference/linkage.html
The problem though is the culture of the Rust ecosystem; much of it prefers static linking, dislikes distros and probably would reject patches to introduce dylibs for each package.
