Kiwi variable-length 32-bit float wire encoding.
Kiwi stores IEEE-754 single-precision floats with the exponent byte rotated to the front so common small values can use a compact one-byte zero encoding.
Summary
Types
@type value() :: float() | :infinity | :negative_infinity | :nan