List of all items
Structs
- StreamResult
- deflate::buffer::HashBuffers
- deflate::buffer::LocalBuf
- deflate::core::BitBuffer
- deflate::core::CallbackBuf
- deflate::core::CallbackFunc
- deflate::core::CallbackOxide
- deflate::core::CompressorOxide
- deflate::core::DictOxide
- deflate::core::Error
- deflate::core::HuffmanOxide
- deflate::core::LZOxide
- deflate::core::OutputBufferOxide
- deflate::core::ParamsOxide
- deflate::core::Rle
- deflate::core::SavedOutputBufferOxide
- deflate::core::SymFreq
- inflate::DecompressError
- inflate::core::DecompressorOxide
- inflate::core::HuffmanTable
- inflate::core::LocalVars
- inflate::output_buffer::OutputBuffer
- inflate::stream::FullReset
- inflate::stream::InflateState
- inflate::stream::MinReset
- inflate::stream::ZeroReset
Enums
- DataFormat
- MZError
- MZFlush
- MZStatus
- deflate::CompressionLevel
- deflate::core::CallbackOut
- deflate::core::CompressionStrategy
- deflate::core::TDEFLFlush
- deflate::core::TDEFLStatus
- inflate::TINFLStatus
- inflate::core::Action
- inflate::core::State
Traits
Macros
Functions
- deflate::buffer::update_hash
- deflate::compress_to_vec
- deflate::compress_to_vec_inner
- deflate::compress_to_vec_zlib
- deflate::core::compress
- deflate::core::compress_block
- deflate::core::compress_fast
- deflate::core::compress_inner
- deflate::core::compress_lz_codes
- deflate::core::compress_normal
- deflate::core::compress_to_output
- deflate::core::create_comp_flags_from_zip_params
- deflate::core::flush_block
- deflate::core::flush_output_buffer
- deflate::core::memset
- deflate::core::probes_from_flags
- deflate::core::read_u16_le
- deflate::core::record_literal
- deflate::core::record_match
- deflate::core::write
- deflate::core::zlib::add_fcheck
- deflate::core::zlib::header_from_flags
- deflate::core::zlib::header_from_level
- deflate::core::zlib::zlib_level_from_flags
- deflate::stream::deflate
- inflate::core::apply_match
- inflate::core::decode_huffman_code
- inflate::core::decompress
- inflate::core::decompress_fast
- inflate::core::end_of_input
- inflate::core::fill_bit_buffer
- inflate::core::init_tree
- inflate::core::memset
- inflate::core::pad_to_bytes
- inflate::core::read_bits
- inflate::core::read_byte
- inflate::core::read_u16_le
- inflate::core::read_u32_le
- inflate::core::reverse_bits
- inflate::core::start_static_table
- inflate::core::transfer
- inflate::core::undo_bytes
- inflate::core::validate_zlib_header
- inflate::decompress_error
- inflate::decompress_slice_iter_to_slice
- inflate::decompress_to_vec
- inflate::decompress_to_vec_inner
- inflate::decompress_to_vec_with_limit
- inflate::decompress_to_vec_zlib
- inflate::decompress_to_vec_zlib_with_limit
- inflate::stream::inflate
- inflate::stream::inflate_loop
- inflate::stream::push_dict_out
Type Aliases
Constants
- deflate::buffer::LZ_CODE_BUF_SIZE
- deflate::buffer::LZ_DICT_FULL_SIZE
- deflate::buffer::LZ_HASH_BITS
- deflate::buffer::LZ_HASH_SHIFT
- deflate::buffer::LZ_HASH_SIZE
- deflate::buffer::OUT_BUF_SIZE
- deflate::core::BITMASKS
- deflate::core::COMP_FAST_LOOKAHEAD_SIZE
- deflate::core::DEFAULT_FLAGS
- deflate::core::DIST_TABLE
- deflate::core::HUFF_CODES_TABLE
- deflate::core::LARGE_DIST_EXTRA
- deflate::core::LARGE_DIST_SYM
- deflate::core::LEN_EXTRA
- deflate::core::LEN_SYM
- deflate::core::LEVEL1_HASH_SIZE_MASK
- deflate::core::LITLEN_TABLE
- deflate::core::LZ_DICT_SIZE
- deflate::core::LZ_DICT_SIZE_MASK
- deflate::core::MAX_HUFF_SYMBOLS
- deflate::core::MAX_HUFF_SYMBOLS_0
- deflate::core::MAX_HUFF_SYMBOLS_1
- deflate::core::MAX_HUFF_SYMBOLS_2
- deflate::core::MAX_HUFF_TABLES
- deflate::core::MAX_MATCH_LEN
- deflate::core::MAX_PROBES_MASK
- deflate::core::MAX_SUPPORTED_HUFF_CODESIZE
- deflate::core::MIN_MATCH_LEN
- deflate::core::NUM_PROBES
- deflate::core::SMALL_DIST_EXTRA
- deflate::core::SMALL_DIST_SYM
- deflate::core::deflate_flags::TDEFL_COMPUTE_ADLER32
- deflate::core::deflate_flags::TDEFL_FILTER_MATCHES
- deflate::core::deflate_flags::TDEFL_FORCE_ALL_RAW_BLOCKS
- deflate::core::deflate_flags::TDEFL_FORCE_ALL_STATIC_BLOCKS
- deflate::core::deflate_flags::TDEFL_GREEDY_PARSING_FLAG
- deflate::core::deflate_flags::TDEFL_NONDETERMINISTIC_PARSING_FLAG
- deflate::core::deflate_flags::TDEFL_RLE_MATCHES
- deflate::core::deflate_flags::TDEFL_WRITE_ZLIB_HEADER
- deflate::core::zlib::DEFAULT_CINFO
- deflate::core::zlib::DEFAULT_CM
- deflate::core::zlib::DEFAULT_CMF
- deflate::core::zlib::FCHECK_DIVISOR
- deflate::core::zlib::_DEFAULT_FDICT
- inflate::TINFL_STATUS_ADLER32_MISMATCH
- inflate::TINFL_STATUS_BAD_PARAM
- inflate::TINFL_STATUS_DONE
- inflate::TINFL_STATUS_FAILED
- inflate::TINFL_STATUS_FAILED_CANNOT_MAKE_PROGRESS
- inflate::TINFL_STATUS_HAS_MORE_OUTPUT
- inflate::TINFL_STATUS_NEEDS_MORE_INPUT
- inflate::core::BASE_EXTRA_MASK
- inflate::core::DIST_BASE
- inflate::core::DIST_EXTRA
- inflate::core::DIST_TABLE
- inflate::core::FAST_LOOKUP_BITS
- inflate::core::FAST_LOOKUP_SIZE
- inflate::core::HUFFLEN_TABLE
- inflate::core::LENGTH_BASE
- inflate::core::LENGTH_EXTRA
- inflate::core::LITLEN_TABLE
- inflate::core::MAX_HUFF_SYMBOLS_0
- inflate::core::MAX_HUFF_SYMBOLS_1
- inflate::core::MAX_HUFF_TABLES
- inflate::core::MAX_HUFF_TREE_SIZE
- inflate::core::MIN_TABLE_SIZES
- inflate::core::TINFL_LZ_DICT_SIZE
- inflate::core::_MAX_HUFF_SYMBOLS_2
- inflate::core::inflate_flags::TINFL_FLAG_COMPUTE_ADLER32
- inflate::core::inflate_flags::TINFL_FLAG_HAS_MORE_INPUT
- inflate::core::inflate_flags::TINFL_FLAG_IGNORE_ADLER32
- inflate::core::inflate_flags::TINFL_FLAG_PARSE_ZLIB_HEADER
- inflate::core::inflate_flags::TINFL_FLAG_USING_NON_WRAPPING_OUTPUT_BUF
- shared::HUFFMAN_LENGTH_ORDER