pub fn projection(
tech: &str,
forge: &str,
repo: &str,
scopes: &[String],
workflow: Workflow,
style: Option<Style>,
) -> Result<Vec<Entry>, RkError>Expand description
The whole payload projection for one pair.
Under the repo, scopes, workflow,
and style parameters: every snippet with its kind and rendered
bytes, plus the routing block and the hook block — each a pure
function of the recorded mode — sorted by destination.
§Errors
Returns the pair_files errors, and RkError::Other for a
snippet destination the kind table does not classify, which is a
defect in this binary.