pub fn build_package(
pkg: &Package,
target_dir: impl AsRef<Path>,
options: GuestOptions,
) -> Result<Vec<GuestListEntry>>Expand description
Build a guest package into the specified target_dir using the specified
GuestOptions.
pub fn build_package(
pkg: &Package,
target_dir: impl AsRef<Path>,
options: GuestOptions,
) -> Result<Vec<GuestListEntry>>Build a guest package into the specified target_dir using the specified
GuestOptions.