Popularity
0.4
Growing
Activity
0.0
Stable
1
2
0

Description

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.

Programming language: Rust
License: GNU General Public License v3.0 only
Tags: Development Tools     Cargo-subcommand     Ldd     Linker    

cargo-linked alternatives and similar packages

Based on the "Development tools" category.
Alternatively, view cargo-linked alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cargo-linked or a related project?

Add another 'Development tools' Package

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 other plans pending. PRs are welcome!