write_stream

Function write_stream 

Source
pub fn write_stream(
    writer: impl Write,
    comment: &[u8],
    data: &[u8],
) -> Result<()>
Expand description

Write a signify file to a stream.

Writes comment and base64-encoded data to writer.

ยงErrors

Returns Error::Io on write failure.