Rustup Configurator
This crate provides a simple interface to the rustup target command for listing and adding targets in Rust. It's designed to make managing your Rust targets easier and more efficient.
Usage
use Target;
// Get a list of all targets and if they are installed
let list: = list.unwrap;
// Get all installed targets
let installed: = installed.unwrap;
// Install some targets
install.unwrap;
# Contributions
Contributions are welcome! Please open an issue or PR on GitHub