brotli
7.0.0
In brotli::
enc::
static_
dict
Structs
BrotliDictionary
Constants
kNumDistanceCacheEntries
Statics
kBrotliEncDictionary
Functions
BROTLI_UNALIGNED_LOAD32
BROTLI_UNALIGNED_LOAD64
BROTLI_UNALIGNED_STORE64
BrotliFindAllStaticDictionaryMatches
BrotliGetDictionary
ComplexFindMatchLengthWithLimit
FindMatchLengthWithLimit
FindMatchLengthWithLimitMin4
Hash
IsMatch
SlowerFindMatchLengthWithLimit
slowFindMatchLengthWithLimit
brotli
::
enc
::
static_dict
Function
IsMatch
Copy item path
Settings
Help
Summary
Source
pub fn IsMatch( dictionary: &
BrotliDictionary
, w:
DictWord
, data: &[
u8
], max_length:
usize
, ) ->
i32