cargo-linked

Crates.iocargo-linked
lib.rscargo-linked
version0.1.0
sourcesrc
created_at2020-09-10 22:53:03.584316
updated_at2020-09-10 22:53:03.584316
descriptionList linked packages for a rust binary
homepage
repositoryhttps://github.com/JojiiOfficial/cargo-linked
max_upload_size
id287179
size55,187
Jojii (JojiiOfficial)

documentation

README

cargo-linked

Display the packages a rust binary is linked against. As cargo subcommand!

Easy said: run cargo linked to find out which packages you must have installed.

Installation

cargo install cargo-linked

Usage

Navigate to a cargo directory and run cargo linked. You'll see a list of packages the rust binary is linked against.
If you want to run the given rust application somewhere else, make sure you install those packages first.

Note

Only arch packages are supported by now. PRs are welcome!

Commit count: 49

cargo fmt