Kiwi primitive wire encoders and decoders.
Functions return {value, rest} when decoding so higher-level decoders can
compose primitive, struct, message, and repeated-field decoding.
Summary
Types
Functions
@spec decode(primitive_type(), binary()) :: {term(), binary()}
@spec encode(primitive_type(), term()) :: iodata()