Skip to main content

Module bit_coder

Module bit_coder 

Source

Structs§

BitReader
BitWriter
FunctionalByteReader
A special byte reader that is provided by draco-oxide that allows users to build custom byte readers using a cloure.
FunctionalByteWriter
A special byte writer that is provided by draco-oxide that allows users to build custom byte writers using a cloure.

Enums§

ReaderErr

Traits§

ByteReader
ByteWriter
A trait that defines what a byte writer should implement. Users can implement this for any custom buffer type, and draco-oxide is able to write the output to it.
ReverseByteReader