danielparks / puppet-rustup

Puppet module to manage Rust with rustup
https://forge.puppet.com/modules/dp/rustup/readme
Other
0 stars 0 forks source link

Manage components #18

Open danielparks opened 2 years ago

danielparks commented 2 years ago

There needs to be a way to manage components for each toolchain (and target?). This should probably be purgeable.

Components can be specified with partial names just like toolchains, e.g. rust-std might actually be rust-std-x86_64-apple-darwin.

This should probably be done after refactoring (#17).