An open API service indexing awesome lists of open source software.

https://github.com/wikiwong/crate-finder

A VSCode extension that allows you to search for Rust crates without leaving your IDE.
https://github.com/wikiwong/crate-finder

ide rust rust-crates vscode-extension

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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"
![](https://github.com/wikiwong/crate-finder/raw/master/crate-finder-demo.gif)

Thanks to [@nilslice](https://github.com/nilslice) for the help on this!