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.
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.
-
rust-analyzer
A Rust compiler front-end for IDEs [Moved to: https://github.com/rust-lang/rust-analyzer] -
Clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/ -
gdbgui
Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser. -
Rust Language Server
Repository for the Rust Language Server (aka RLS) -
rust-cross
Everything you need to know about cross compiling Rust programs! -
quickcheck
Automated property based testing for Rust (with shrinking). -
trust
Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows -
cargo-release
Cargo subcommand `release`: everything about releasing a rust crate. -
cargo-update
A cargo subcommand for checking and applying updates to installed executables -
Rust for Visual Studio Code
Rust for Visual Studio Code -
sublime-rust
The official Sublime Text 3 package for the Rust Programming Language -
clog-cli
Generate beautiful changelogs from your Git commit history -
cargo-deb
A cargo subcommand that generates Debian packages from information in Cargo.toml -
milksnake
A setuptools/wheel/cffi extension to embed a binary data in wheels -
rst
The open source design documentation tool for everybody [Moved to: https://github.com/vitiral/artifact] -
cargo-modules
Render your crate's module/item structure as a tree or graph -
rust-musl-cross
Docker images for compiling static Rust binaries using musl-cross
Updating dependencies is time-consuming.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of cargo-linked or a related project?
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!