Shared libraries
Shared libraries
Posted Nov 24, 2025 17:02 UTC (Mon) by ballombe (subscriber, #9523)Parent article: APT Rust requirement raises questions
Most of Debian was build around the need to support shared libraries and the challenge and convenience that come with them.
I am very reticent to lose that by moving to rust, especially since there is no strictly technical reasons,
C++ support shared libraries and rust could in principle support them too. In fact rust shared libraries could fix most of the problems with C shared libraries by having well-defined ABI and API definitions in the library itself.
Rebuilding packages to update their dependencies is not sustainable for Debian.
