brotli
7.0.0
In brotli::
enc::
static_
dict
Macros
sub_match
sub_match8
Structs
BrotliDictionary
Constants
kNumDistanceCacheEntries
Statics
kBrotliEncDictionary
kOmitLastNTransforms
kUppercaseFirst
Functions
AddMatch
BROTLI_UNALIGNED_LOAD32
BROTLI_UNALIGNED_LOAD64
BROTLI_UNALIGNED_STORE64
BrotliFindAllStaticDictionaryMatches
BrotliGetDictionary
ComplexFindMatchLengthWithLimit
DictMatchLength
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