egui/xtask
Emil Ernerfeldt 3024c39eaf
Enable and fix some more clippy lints (#7426)
One can never have too many lints
2025-08-08 09:57:53 +02:00
..
src Enable and fix some more clippy lints (#7426) 2025-08-08 09:57:53 +02:00
Cargo.toml Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
README.md Add `xtask` crate (#4293) 2024-04-21 19:26:16 +02:00

README.md

xtask - Task automation

This crate is meant to automate common tasks on the repository. It serves as a replacement for shell scripts that is more portable across host operating systems (namely Windows) and hopefully also easier to work with for contributors who are already familiar with Rust (and not necessarily with shell scripting).

The executable can be invoked via the subcommand cargo xtask, thanks to an alias defined in .cargo/config.toml.

For more information, see https://github.com/matklad/cargo-xtask.