| Crpnx::compression::implementation::adler32_accumulator | Incremental Adler-32 accumulator |
| Crpnx::compression::zip_detail::counting_output_iterator< output_iterator >::assignment_proxy | Assignment proxy returned by operator* |
| Crpnx::compression::xz_codec::block_record | Size metadata collected while decoding one xz block |
| Crpnx::compression::bzip2_codec::burrows_wheeler_result | Burrows-Wheeler last column and its original rotation index |
| Crpnx::compression::implementation::byte_reader< input_iterator, sentinel > | Single-pass byte reader over an input iterator and sentinel |
| Crpnx::compression::compression_options | Options shared by compression operations |
| Crpnx::compression::zip_detail::counting_output_iterator< output_iterator > | Output iterator that counts bytes while forwarding every assignment |
| Crpnx::compression::implementation::crc32_accumulator | Incremental reflected IEEE CRC-32 accumulator |
| Crpnx::compression::xz_codec::crc64_accumulator | Incremental CRC-64/XZ accumulator for streamed block data |
| Crpnx::compression::zstandard_codec::decoder_state | Persistent entropy tables and repeat offsets shared by compressed blocks |
| Crpnx::compression::decompression_options | Resource and stream-validation policy for decompression operations |
| Crpnx::compression::zip_detail::directory_record | Directory metadata retained until the central directory is emitted |
| Crpnx::compression::zstandard_codec::encoded_length | Encoded sequence length code and its additional-bit payload |
| ▼Cstd::exception | |
| Crpnx::compression::compression_error | Exception raised for malformed streams, invalid options, and codec failures |
| Crpnx::compression::zstandard_codec::forward_bit_reader | Read a byte-aligned, forward, least-significant-bit-first bitstream |
| Crpnx::compression::zstandard_codec::fse_entry | One state transition in an FSE decoding table |
| Crpnx::compression::zstandard_codec::fse_table | Native FSE decoding table indexed by the current decoder state |
| Crpnx::compression::deflate_codec::huffman_decoder | Canonical Huffman decoder for the bit-reversed codes used by DEFLATE |
| Crpnx::compression::zstandard_codec::huffman_description_result | A parsed Huffman tree description and its encoded byte length |
| Crpnx::compression::bzip2_codec::huffman_node | One node in a canonical bzip2 Huffman decoding tree |
| Crpnx::compression::zstandard_codec::huffman_node | One node in a native canonical Huffman decoding tree |
| Crpnx::compression::bzip2_codec::huffman_table | Canonical bzip2 Huffman decoding tree |
| Crpnx::compression::zstandard_codec::huffman_table | Canonical Huffman decoding tree retained for treeless literal blocks |
| Crpnx::compression::bzip2_codec::iterator_bit_reader< byte_reader_type > | MSB-first bit reader backed by a single-pass byte reader |
| Crpnx::compression::deflate_codec::iterator_bit_reader< byte_reader_type > | LSB-first bit reader that consumes a single-pass byte reader |
| Crpnx::compression::bzip2_codec::iterator_bit_writer< output_iterator > | MSB-first bit writer backed by an STL output iterator |
| Crpnx::compression::deflate_codec::iterator_bit_writer< output_iterator > | LSB-first bit writer that emits bytes through an STL output iterator |
| Crpnx::compression::zstandard_codec::length_code_entry | Baseline and additional-bit count selected by a sequence length code |
| Crpnx::compression::xz_codec::lzma_model::length_model | Probability tables for the three LZMA match-length ranges |
| Crpnx::compression::zstandard_codec::literals_result | Decoded literals and the number of compressed-block bytes they occupy |
| Crpnx::compression::xz_codec::lzma_model | Adaptive probability tables and state used by LZMA |
| Crpnx::compression::zstandard_codec::normalized_probability_result | Parsed normalized FSE probabilities and their encoded byte length |
| Crpnx::compression::xz_codec::range_decoder | One-shot LZMA range decoder |
| Crpnx::compression::xz_codec::range_encoder | One-shot LZMA range encoder used by the deterministic literal encoder |
| Crpnx::compression::zstandard_codec::reverse_bit_reader | Read a Zstandard entropy bitstream from its end toward its beginning |
| Crpnx::compression::lz4_codec::xxhash32_accumulator | Incremental XXH32 accumulator for streamed LZ4 content checksums |
| Crpnx::compression::zstandard_codec::xxhash64_accumulator | Incremental XXH64 accumulator for streamed Zstandard checksums |
| Crpnx::compression::zip_entry | An owning ZIP archive member |
| Crpnx::compression::zip_extraction_options | Resource limits applied while parsing a ZIP archive |