#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

#62 in Build Utils

Download history 34582/week @ 2023-12-18 13949/week @ 2023-12-25 28344/week @ 2024-01-01 33875/week @ 2024-01-08 31375/week @ 2024-01-15 35014/week @ 2024-01-22 31633/week @ 2024-01-29 34637/week @ 2024-02-05 34917/week @ 2024-02-12 25262/week @ 2024-02-19 31823/week @ 2024-02-26 23224/week @ 2024-03-04 27412/week @ 2024-03-11 26800/week @ 2024-03-18 32726/week @ 2024-03-25 33835/week @ 2024-04-01

122,224 downloads per month
Used in 136 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–12MB
~105K SLoC