pub fn report_external_manifest(
out: &mut String,
manifest: ExternalManifest<'_>,
reference: Option<&SignedReleaseReference>,
max_hex_bytes: usize,
) -> Result<()>Expand description
Render an external manifest without declaring any canonical manifest format.
If the bytes are UTF-8 JSON, they are pretty-printed solely for inspection. Otherwise printable UTF-8 or a hexadecimal prefix is shown. Hash comparison is deliberately left unresolved until algorithm-code semantics are fixed.