1 2 3 4 5 6 7 8 9 10
// SPDX-License-Identifier: Apache-2.0 //! Decoder-internal primitives shared across phases. Nothing in this module //! is part of the public API. pub(crate) mod bit_reader; pub(crate) mod checkpoint; pub(crate) mod scratch;