On Sun, Jun 9, 2013 at 11:07 AM, Thomas Leonard <[email protected]> wrote: > Hi, > > I'm writing a comparison of various languages[1], including Rust. I'm > not sure what to say about binary compatibility. >
Rust currently has no coherent binary compatability, the ABI isn't anywhere near being defined yet. But the hash is a hash of all the metadata associated with a library (version, license, etc), afaik. I don't know the exact details. Rust isn't ready for production use, so keep that in mind in your evaluation. It's unstable, unoptimized, etc. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
