toolchain_find 0.1.2

A small library to help find installed Rust components
Documentation
1
2
3
4
5
6
7
8
9
# toolchain_find

[![Build Status](https://travis-ci.org/gsquire/toolchain_find.svg?branch=master)](https://travis-ci.org/gsquire/toolchain_find)

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)