cargo-asm

Work in Progress: this works, sometimes.

cargo-asm is a [cargo] sub-command that shows you the generated assembly of a Rust function. For example, if you have a crate called lib_crate, you can view the assembly of the function at bar::generic_add by just providing its whole path (need to qualify it with the crate name for now):

$ cargo asm lib_crate::bar::generic::add --rust

which outputs:

screenshot

Quick start

Quick start: given a crate named crate, to search:

Happy hacking.

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.