#component #installed #find #toolchain #rustup #across #managed

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

#7 in #rustup

Download history 28682/week @ 2024-11-21 31990/week @ 2024-11-28 36712/week @ 2024-12-05 43678/week @ 2024-12-12 12955/week @ 2024-12-19 6382/week @ 2024-12-26 27006/week @ 2025-01-02 38841/week @ 2025-01-09 33645/week @ 2025-01-16 23637/week @ 2025-01-23 33053/week @ 2025-01-30 40745/week @ 2025-02-06 32819/week @ 2025-02-13 46740/week @ 2025-02-20 44592/week @ 2025-02-27 33619/week @ 2025-03-06

165,720 downloads per month
Used in 104 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.4–10MB
~89K SLoC