cargo-show-asm 0.2.21

A cargo subcommand that displays the generated assembly of Rust source code.
Documentation
1
2
3
4
5
6
disallowed-macros = [
    { path = "std::print", reason = "it throws ugly errors, use safeprint" },
    { path = "std::eprint", reason = "it throws ugly errors, use esafeprint" },
    { path = "std::println", reason = "it throws ugly errors, use safeprintln" },
    { path = "std::eprintln", reason = "it throws ugly errors, use esafeprint" },
]