Shared libraries
Shared libraries
Posted Nov 26, 2025 13:33 UTC (Wed) by khim (subscriber, #9252)In reply to: Shared libraries by paulj
Parent article: APT Rust requirement raises questions
It's implementation detail. Developers don't care about whether something is “proper” part of the ABI or not “proper” part of the ABI. They can and use foreign types with generics and this just works.
Rust may do the same if it would impose that foreign types can only be used with the dynamic dispatch.
