cargo-binutils icon indicating copy to clipboard operation
cargo-binutils copied to clipboard

Remove cargo-profdata in favor of using rust-profdata

Open ZeroErrors opened this issue 5 years ago • 1 comments

Currently cargo-profdata is the only cargo command that doesn't require a build. Removing this would mean all cargo commands would require a build target and thus simplify the code as well as making the tool usage more consistent rust-$tool for direct tool usage and no builds, cargo-$tool for tools that utilize a cargo target.

ZeroErrors avatar Aug 01 '20 09:08 ZeroErrors

Sounds good to me, but we might want to consider what to do with #5 first which goes the opposite way.

therealprof avatar Aug 03 '20 07:08 therealprof