Hacker News new | ask | show | jobs
by filmor 361 days ago
Rust can absolutely link to Rust libraries dynamically. There is no stable ABI, so it has to be the same compiler version, but it will still be dynamically linked.