#toolchain #component #installed #find #across #different

build toolchain_find

A small library to help find installed Rust components

8 unstable releases (3 breaking)

0.4.0 May 28, 2023
0.3.0 Apr 26, 2023
0.2.0 Feb 10, 2021
0.1.4 Mar 12, 2019
0.1.1 Jan 26, 2019

#74 in Build Utils

Download history 27837/week @ 2024-03-14 22855/week @ 2024-03-21 40699/week @ 2024-03-28 26862/week @ 2024-04-04 27300/week @ 2024-04-11 28505/week @ 2024-04-18 27223/week @ 2024-04-25 26526/week @ 2024-05-02 31372/week @ 2024-05-09 37600/week @ 2024-05-16 36672/week @ 2024-05-23 30289/week @ 2024-05-30 38712/week @ 2024-06-06 30964/week @ 2024-06-13 34261/week @ 2024-06-20 27897/week @ 2024-06-27

137,089 downloads per month
Used in 140 crates (6 directly)

MIT license

10KB
182 lines

toolchain_find

Coverage Status

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

Documentation

Link

CI

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

cargo test --lib

Dependencies

~2–11MB
~99K SLoC