标签:ica produced use att ike exe run lib rap
内容来自cargo 的github wiki,记录下,方便使用
cargo bench
output, both runs over time and same benchmarks in multiple modules (e.g. for comparing multiple implementations)~/.cargo
), print sizes and clear directoriescargo rustc -- -Zno-trans
. It can be helpful for running a faster compile if you only need correctness checks.cargo-clean
, allows running arbitrary commands in addition to wiping out target/
directory.cargo doc
documentation for broken linkscargo do clean, build
)cargo-add
), removing (cargo-rm
), and upgrading (cargo-upgrade
) cargo dependencies from the command line.#[derive]
expansion.cargo install
ed executables‘ newer versions and update as needed.cargo run
or cargo build
through other tools such as gdb
, strace
, valgrind
, rr
, etc.https://github.com/rust-lang/cargo/wiki/Third-party-cargo-subcommands
标签:ica produced use att ike exe run lib rap
原文地址:https://www.cnblogs.com/rongfengliang/p/11088481.html