binary_format/binary_codec library

Typedefs

DataDecoder<T> = T Function(int data)
DataEncoder<T> = int Function(T view)