Skip to content

usrlocalpkg: Add alias and more wrapper for rust #199

Merged
merged 1 commit into from
Jul 29, 2021
Merged

Commits on Jul 29, 2021

  1. 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.
    donald committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    77b1fb2 View commit details
    Browse the repository at this point in the history