Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gsquire/toolchain_find

Find components installed under a different toolchain
https://github.com/gsquire/toolchain_find

rust

Last synced: 6 days ago
JSON representation

Find components installed under a different toolchain

Awesome Lists containing this project

README

        

# toolchain_find

[![Coverage Status](https://coveralls.io/repos/github/gsquire/toolchain_find/badge.svg?branch=master)](https://coveralls.io/github/gsquire/toolchain_find?branch=master)

This is a small crate that exposes a single function to find a component installed across all
toolchains managed by rustup.

## Documentation
[Link](https://docs.rs/toolchain_find)

## CI
If you do not have `rustfmt` installed locally, you can just run the unit tests by issuing this command:

```sh
cargo test --lib
```