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

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

#570 in Development tools

Download history 30066/week @ 2024-07-27 31327/week @ 2024-08-03 38857/week @ 2024-08-10 36138/week @ 2024-08-17 38164/week @ 2024-08-24 29428/week @ 2024-08-31 35746/week @ 2024-09-07 32364/week @ 2024-09-14 35591/week @ 2024-09-21 41513/week @ 2024-09-28 26225/week @ 2024-10-05 36748/week @ 2024-10-12 30062/week @ 2024-10-19 32219/week @ 2024-10-26 19102/week @ 2024-11-02 43270/week @ 2024-11-09

131,966 downloads per month
Used in 127 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–10MB
~94K SLoC