pub fn build_package(
parent_dir: &Path,
package_info: PackageInfo,
gen_settings: impl Borrow<GenerationSettings>,
containers: ContainerCollection,
) -> Result<()>
Available on crate feature
generating
only.pub fn build_package(
parent_dir: &Path,
package_info: PackageInfo,
gen_settings: impl Borrow<GenerationSettings>,
containers: ContainerCollection,
) -> Result<()>
generating
only.