/crate-finder

A VSCode extension that allows you to search for Rust crates without leaving your IDE.

Primary LanguageJavaScriptMIT LicenseMIT

crate-finder

A VSCode extension intended to be a companion for your Rust development. Discover crates and copy dependencies to your Cargo.toml without leaving your editor!

Features

  • Search for Rust crates

  • Link to code

  • Link to docs

  • Easily copy dependencies to your Cargo.toml

Usage

CMD + SHIFT + P: "Find Crate"

Thanks to @nilslice for the help on this!