检查本地软件包及其所有依赖包是否有错误。 更多信息:https://doc.rust-lang.org/cargo/commands/cargo-check.html.
cargo check
cargo check --tests
tests/integration_test1.rs
中的集成测试:cargo check --test {{integration_test1}}
feature1
和 feature2
功能检查当前包:cargo check --features {{feature1,feature2}}
cargo check --no-default-features