List of all items
Structs
- deflate::Configuration
- deflate::DeflateIrBlock
- deflate::DeflateLZIR
- deflate::DistanceType
- deflate::LenType
- deflate::OptionConfig
- entropy::fse::Context
- entropy::fse::ContextState
- entropy::fse::FSE
- entropy::fse::FseDecoder
- entropy::fse::FseEncoder
- entropy::prefix::CanonicalPrefixCoder
- entropy::prefix::CanonicalPrefixDecoder
- entropy::prefix::DecodeTreeNode
- entropy::prefix::LookupTableEntry
- entropy::prefix::LookupTableEntry2
- entropy::prefix::MetaPrefixTable
- entropy::prefix::simple::SimplePrefixCoder
- lz::LzOutputBuffer
- lz::Match
- lz::SliceWindow
- lz::cache::LruVec3
- lz::cache::Matching3BKey
- lz::cache::Matching3Cache
- lz::cache::Matching3WKey
- lz::cache::Matching4BKey
- lz::cache::Matching4Cache
- lz::cache::Matching5BKey
- lz::cache::Matching5Cache
- lz::cache::Matching6BKey
- lz::cache::Matching6Cache
- lz::cache::Matching7BKey
- lz::cache::Matching7Cache
- lz::cache::Matching8BKey
- lz::cache::Matching8Cache
- lz::cache::OffsetList
- lz::lzss::Configuration
- lz::lzss::LzssBuffer
- lz::match_finder::MatchFinder
- num::VarLenInteger
- num::bits::BitStreamReader
- num::bits::BitStreamWriter
- stk1::Configuration
- stk1::S7s
- stk1::Stk1
Enums
- DecodeError
- EncodeError
- deflate::CompressionLevel
- deflate::WindowSize
- entropy::prefix::ChildNode
- entropy::prefix::HuffmanTreeNode
- entropy::prefix::LitLen2
- entropy::prefix::PermutationFlavor
- entropy::prefix::simple::SimplePrefixTable
- lz::LzOutputBufferResult
- lz::lzss::LZSS
- num::Nibble
- num::bits::BitSize
Traits
- lz::cache::MatchingKey3
- lz::cache::MatchingKey4
- lz::cache::MatchingKey5
- lz::cache::MatchingKey6
- lz::cache::MatchingKey7
- lz::cache::MatchingKey8
- lz::cache::OffsetCache
- num::bits::Write
- stats::CountFreq
- stats::IntoFreqTable
Functions
- deflate::adler32::checksum
- deflate::deflate
- deflate::deflate_zlib
- deflate::inflate
- deflate::inflate_in_place
- entropy::entropy_of
- entropy::entropy_of_blocks
- entropy::entropy_of_bytes
- lz::find_distance_matches
- lz::matching_len
- num::bits::count_bits
- num::bits::nearest_power_of_two
- num::math::ceil
- num::math::log2
Type Aliases
- lz::cache::Offset3WordsCache
- lz::cache::OffsetCache3
- lz::cache::OffsetCache4
- lz::cache::OffsetCache5
- lz::cache::OffsetCache6
- lz::cache::OffsetCache7
- lz::cache::OffsetCache8