Crate xtask

Crate xtask 

Source
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-analyzer project.
run_fuzzer ๐Ÿ”’