rust/src/tools/x
jyn 8458c6adb1 Add other workspaces to linkedProjects in rust_analyzer_settings.json
This makes go-to-definition, etc. work in cg_clif, cg_gcc, rust-analyzer, and src/tools/x.
2023-05-26 12:08:58 -05:00
..
src make x look for x.py if shell script does not exist 2023-02-15 15:19:49 +08:00
Cargo.lock Add other workspaces to linkedProjects in rust_analyzer_settings.json 2023-05-26 12:08:58 -05: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 .