@Aissen@social.treehouse.systems
Post #1333818
2026-03-27 14:38 UTC
After discussion with Miguel Ojeda from Rust for Linux, support for EII outside of cargo was also needed. But it turns out there is already a linker feature that can be used for that: weak symbols. It allows exactly what Rust does: having a default implementation (that is weak, and has less priority) that is a fallback in case no other implementation is found.
#RustInParis #RustForLinux
Replies (1)
-
@Aissen@social.treehouse.systems 2026-03-27 14:40
This presentation is also available in the form of blog post: https://donsz.nl/blog/externally-implementable-items/ #RustInParis