| Crates.io | toolchain_find |
| lib.rs | toolchain_find |
| version | 0.4.0 |
| created_at | 2019-01-24 23:49:27.297189+00 |
| updated_at | 2023-05-28 20:51:28.586764+00 |
| description | A small library to help find installed Rust components |
| homepage | |
| repository | https://github.com/gsquire/toolchain_find |
| max_upload_size | |
| id | 110525 |
| size | 14,098 |
This is a small crate that exposes a single function to find a component installed across all toolchains managed by rustup.
If you do not have rustfmt installed locally, you can just run the unit tests by issuing this command:
cargo test --lib