rust/src/tools/x
Jade 3cf820e17d rfc3052: Remove authors field from Cargo manifests
Since RFC 3052 soft deprecated the authors field anyway, hiding it from
crates.io, docs.rs, and making Cargo not add it by default, and it is
not generally up to date/useful information, we should remove it from
crates in this repo.
2021-07-29 14:56:05 -07:00
..
src Add a tool to run x.py from any subdirectory 2020-11-03 19:40:02 -08:00
Cargo.lock Add a tool to run x.py from any subdirectory 2020-11-03 19:40:02 -08:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07: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 .