Expand description
See https://github.com/matklad/cargo-xtask/.
This binary defines various auxiliary build commands, which are not
expressible with just cargo. Notably, it provides tests via cargo test -p xtask
for code generation and cargo xtask install for installation of
rust-analyzer server and client.
This binary is integrated into the cargo command line by using an alias in
.cargo/config.
Modulesยง
- codegen ๐
- dist ๐
- flags ๐
- install ๐
- Installs rust-analyzer language server and/or editor plugin.
- metrics ๐
- pgo ๐
- PGO (Profile-Guided Optimization) utilities.
- publish ๐
- release ๐
- tidy ๐
- util ๐
Functionsยง
- date_
iso ๐ - is_
release_ ๐tag - main ๐
- project_
root ๐ - Returns the path to the root directory of
rust-analyzerproject. - run_
fuzzer ๐