pub fn write_binary_output(
content: &[u8],
dest: &OutputDestination,
) -> Result<()>Expand description
Writes binary content to the specified destination.
Stdout: Writes raw bytes to stdoutFile: Writes to the file (overwriting)
pub fn write_binary_output(
content: &[u8],
dest: &OutputDestination,
) -> Result<()>Writes binary content to the specified destination.
Stdout: Writes raw bytes to stdoutFile: Writes to the file (overwriting)