Module transcoder

Source
Expand description

Houses reusable machinery for transcoding streams, line by line.

Enums§

TranscodeError
Errors resulting from a transcoding operation.

Functions§

transcode
Transcodes between a buffered reader and a writer, using a given processor closure to perform the line-by-line translation.