aiken_flat/flat
Constants
Decoder counterpart for encode_bool
.
Decoder counterpart for encode_bytes
.
Decoder counterpart for encode_integer
.
Decoder counterpart for unsafe_encode_u8
.
Breaks up a given ByteArray
into chunks of 255 bytes, prefixes each chunk
with its length, and ends the encoding with a #"00"
.
After applying zig-zag
to a given Int
, encodes it using encoder.word
(with post-alignment).