Expand description
Houses reusable machinery for transcoding streams, line by line.
Enums§
- Transcode
Error - 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.