In both official docs and on rustbyexample.com it is stated that when compiling a library (--crate-type=lib) the generated library file will have a hash in their filename, like libworld-<HASH>-0.42.rlib.
But when trying on my box it doesn't generate any hash (nor version) on filename, it´s just "lib" + library name + ".rlib" (like libworld.rlib).
Is this officially changed?
By the way, I'm using version 0.12.0-pre-nightly with Ubuntu 14.04.
I have also asked this question on rust's subreddit and steveklabnik kindly answered.
It appears so that yes, this have been changed:
This change seems to be due the depreciation of
rustpkgin favor ofcargo.