pacak / cargo-show-asm

cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
Apache License 2.0
712 stars 35 forks source link

Disable cargo-dist for now #258

Closed pacak closed 7 months ago

pacak commented 7 months ago

cargo-show-asm is useless without cargo and installing from cargo is more convenient that downloading random binaries off the github. Removing it for now to have less complexity to worry about.