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 ๐
- publish ๐
- release ๐
- tidy ๐
- util ๐
Functionsยง
- date_
iso ๐ - is_
release_ ๐tag - main ๐
- project_
root ๐Returns the path to the root directory ofrust-analyzer
project. - run_
fuzzer ๐