Hacker News new | ask | show | jobs
by trevyn 2014 days ago
What’s the specific reason that you can’t link in two versions?
1 comments

There isn't yet any name mangling in the C/assembly function names that would prevent collisions between two incompatible versions. I use `links = "ring-asm"` in Cargo.toml to prevent people from accidentally including two versions of ring for that reason. I am going to switch that to use a different mechanism.