musli::wire

Constant DEFAULT

Source
pub const DEFAULT: Encoding;
Available on crate feature wire only.
Expand description

The default encoding instance using the default OPTIONS.

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

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