https://github.com/gsquire/toolchain_find
Find components installed under a different toolchain
https://github.com/gsquire/toolchain_find
rust
Last synced: about 1 year ago
JSON representation
Find components installed under a different toolchain
- Host: GitHub
- URL: https://github.com/gsquire/toolchain_find
- Owner: gsquire
- License: mit
- Created: 2019-01-24T00:49:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T20:50:55.000Z (about 3 years ago)
- Last Synced: 2024-04-24T13:55:43.416Z (about 2 years ago)
- Topics: rust
- Language: Rust
- Homepage: https://crates.io/crates/toolchain_find
- Size: 19.5 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# toolchain_find
[](https://coveralls.io/github/gsquire/toolchain_find?branch=master)
This is a small crate that exposes a single function to find a component installed across all
toolchains managed by rustup.
## Documentation
[Link](https://docs.rs/toolchain_find)
## CI
If you do not have `rustfmt` installed locally, you can just run the unit tests by issuing this command:
```sh
cargo test --lib
```