biome/xtask
Emanuele Stoppa 4dfb81a7ba
fix(analyzer): suppression (#5611)
Co-authored-by: arendjr <533294+arendjr@users.noreply.github.com>
2025-04-11 08:17:51 +01:00
..
bench fix(analyzer): suppression (#5611) 2025-04-11 08:17:51 +01:00
codegen fix(xtask/codegen): handle languages with no keywords (#5625) 2025-04-10 23:23:02 +09:00
coverage fix(deps): update rust crates (#5322) 2025-03-10 08:48:33 +01:00
rules_check fix(analyzer): suppression (#5611) 2025-04-11 08:17:51 +01:00
src feat(xtask): check rustfmt version in codegen (#5259) 2025-03-03 21:54:21 +09:00
Cargo.toml build: upgrade to Rust 2024 edition (#5224) 2025-03-02 10:18:47 +00:00
README.md chore: fix some typos in comments (#2486) 2024-04-17 07:38:09 +01:00

xtask

This directory contains Rust scripts for code generation, running coverage tests and benchmark etc.

Please checkout their respective READMEs for usage instructions.

This xtask crate contains common utilities for working with these scripts. For example, running rustfmt and getting the project root.