build_package

Function build_package 

Source
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.