Skip to content

usrlocalpkg: Add alias and more wrapper for rust #199

Merged
merged 1 commit into from
Jul 29, 2021
Merged

Conversation

donald
Copy link
Collaborator

@donald donald commented Jul 29, 2021

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.

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.
@pmenzel pmenzel merged commit edb70d9 into master Jul 29, 2021
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants