pub fn pair_files(
tech: &str,
forge: &str,
) -> Result<Vec<(String, &'static [u8])>, RkError>Expand description
The landable files of one (technology, forge) pair, as
(destination, payload bytes).
ยงErrors
Returns RkError::Usage naming the known bindings for an unknown
technology, and the supported pairs for a pair with no files.