brotli
6.0.0
In brotli::enc::command
Structs
BrotliDistanceParams
Command
Functions
CombineLengthCodes
ComputeDistanceCode
GetCopyLengthCode
GetInsertLengthCode
GetLengthCode
PrefixEncodeCopyDistance
RecomputeDistancePrefixes
?
Settings
Function
brotli
::
enc
::
command
::
GetLengthCode
Copy item path
source
·
[
−
]
pub fn GetLengthCode( insertlen:
usize
, copylen:
usize
, use_last_distance:
i32
, code: &mut
u16
, )