Module cros_codecs::codec

source ·
Expand description

Parsers for various kinds of encoded streams.

This module does not provide any actual decoding tools - that’s the job of the crate::decoder module. However the parsers of this module are heavily used in order to implement stateless decoding.

There shall be no dependencies from other modules of this crate to this module, so that it can be turned into a crate of its own if needed in the future.

Modules§