rust/src/tools/x
Josh Stone abed12a132 Add src/tools/x to the main workspace
The original reason to exclude it was so it could run before submodules
were initialized. However, those have all been converted to subtrees
now, so the entire workspace is always ready to go.
2025-03-13 12:18:32 -07:00
..
src Reformat use declarations. 2024-07-29 08:26:52 +10:00
Cargo.toml make x look for x.py if shell script does not exist 2023-02-15 15:19:49 +08:00
README.md Add installation commands to x tool README 2020-12-21 17:18:48 -08:00

x

x invokes x.py from any subdirectory.

To install, run the following commands:

$ cd rust/src/tools/x/
$ cargo install --path .