pub fn compose(
projection: &Projection,
params: &Params,
canonical_target: &Path,
stage_root: &Path,
record: Option<&Manifest>,
receipt_schema_version: Option<u64>,
) -> ComposedExpand description
Compose the stage for projection, rooted at stage_root, from the
projection, the resolved parameters, the target’s record, and this
binary’s embedded knowledge.