biome/xtask
Keita Nonaka 198a371c73
chore: update Rust to v1.91.0 (#7947)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-11-03 06:03:09 +00:00
..
codegen chore: update Rust to v1.91.0 (#7947) 2025-11-03 06:03:09 +00:00
coverage chore: update Rust to v1.91.0 (#7947) 2025-11-03 06:03:09 +00:00
rules_check ci(rules-check): add noSecrets exception (#7862) 2025-10-25 12:44:02 +02:00
src chore: add edition 2024 to rustfmt.toml (#7591) 2025-09-25 11:21:10 +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.