Module bytestream
A simple implementation of a bytestream reader and writer.
This module contains two main structs that help in byte reading and byte writing
Useful for a lot of image readers and writers, it's put here to minimize code reuse
Structs
Enums
- ZByteIoError
- ZSeekFrom Enumeration of possible methods to seek within an I/O object.
Traits
- ZByteReaderTrait The de-facto Input trait implemented for readers.
- ZByteWriterTrait The writer trait implemented for zune-image library of encoders