Constant musli_wire::encoding::DEFAULT

source ·
pub const DEFAULT: Encoding;
Expand description

The default configuration.

Uses variable-encoded numerical fields and variable-encoded prefix lengths.

The variable length encoding uses zigzag with continuation encoding for numbers.