cargo-asm

crates.io version Travis build status Appveyor build status License

A [cargo] subcommand that displays the generated assembly of Rust source code.

Install

$ cargo install cargo-asm

Example

To view the assembly of the function double_n in the module bar of the crate [lib_crate] annotated with its corresponding Rust code, go to the crate's root directory and type:

$ cargo asm libcrate::bar::doublen --rust

which outputs:

screenshot

Features

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.