8
What Cargo addons do you use?
(programming.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Instead of cargo addons I mostly use this neovim plugin: https://github.com/Saecki/crates.nvim. I can add a dependency by typing it in Cargo.toml, and it shows me the latest version number, and tells me whether I guessed wrong about dashes vs underscores in the package name. It shows virtual text next to crates that have upgrades available. It has commands for upgrading the crate under the cursor, or all crates. It has an interactive feature selector.
What I could still use is cargo-udeps. I'll check that one out!