Shared libraries
Shared libraries
Posted Nov 25, 2025 4:14 UTC (Tue) by xnox (subscriber, #63320)In reply to: Shared libraries by pabs
Parent article: APT Rust requirement raises questions
It is somewhat limited in its use.
It doesn't provide stable abi - one can use them to share code across multiple related binaries, think private .so
It also is unsafe and removes type checking - which defeats the point of rust to begin with.
