We may or may not already have `objdump` like facilities available, but I do not see them in the help text for `rust`. There _is_ a small inspection facility in `rustc`: `rustc --ls <library-crate>`. This just scratches the surface of what I might want to see, though. I also see `rustc::metadata::creader::dump_crates`, but I do not think that is a real disassembler either.