Open
Description
It would be great if there was a set of tools for dumping information about a given .rlib. This could be used to debug linkage and export issues.
Something like nm
and ldd
.
I note that nm
does appear to partly work on a .rlib, but the output is a bit raw.
Where is the best place to start for understanding the .rlib format as it stands? Is it a good idea to build this on rustc::metadata
?
See also http://stackoverflow.com/questions/24603672/rust-library-for-inspecting-rlib-binaries