Re-exports§
pub use crate::operations::install::spec::PackageInstallSpec;
Modules§
Structs§
- Install
- A rocks package installer, providing fine-grained control over how packages should be installed. Can install multiple packages in parallel.
- Install
Builder - Use builder syntax to set the inputs and finish with
_build()
.