#toolchain #date #rustc #parser

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

#216 in Development tools

Download history 11692/week @ 2023-06-06 11766/week @ 2023-06-13 16288/week @ 2023-06-20 16763/week @ 2023-06-27 18543/week @ 2023-07-04 18529/week @ 2023-07-11 18376/week @ 2023-07-18 16206/week @ 2023-07-25 15728/week @ 2023-08-01 17195/week @ 2023-08-08 17043/week @ 2023-08-15 13785/week @ 2023-08-22 15637/week @ 2023-08-29 18260/week @ 2023-09-05 20772/week @ 2023-09-12 18525/week @ 2023-09-19

76,173 downloads per month
Used in 92 crates (7 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
~115K SLoC