pub fn projection(
tech: &str,
forge: &str,
repo: &str,
) -> Result<Vec<Entry>, RkError>Expand description
The whole payload projection for one pair under one repo parameter:
every snippet with its kind and rendered bytes, plus the routing
block, 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.