Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usrlocalpkg: Add alias and more wrapper for rust
Add package alias "rust" so that we can easily run tools from the current rust package which don't deserve a wrapper on their own. For example prun rust miri Add wrappers for `rustdoc` and `rustfmt`. These are available via cargo, too, ( `cargo doc`, `cargo fmt` ) but, for example, `cargo help fmt` refers to "Options passed to rustfmt" so it would be useful, if `rustfmt --help` would work. Also, external documentation might suggest users to run these commands directly.
- Loading branch information