Shared libraries
Shared libraries
Posted Nov 25, 2025 10:25 UTC (Tue) by intelfx (subscriber, #130118)In reply to: Shared libraries by taladar
Parent article: APT Rust requirement raises questions
> I mean lets be honest, if Qt were a Rust library it would also be much, much smaller because it wouldn't re-implement an entire ecosystem of dependencies inside the library itself the way it currently does in C++.
It would have been smaller in source code, but not in binary, for obvious reasons: it might not need to reimplement an ecosystem of dependencies, but the object code generated from those dependencies would still have to exist somewhere.
Unless, of course, it was a hypothetical *shared* Rust library, linking to *shared* Rust libraries of those dependencies. Right.
