Expand description
Enums§
- Delimiter
- The delimiter used in the format specification. The purpose
of delimiters is to separate different types of data such
that they don’t mangle. There are 8 different delimiters
in the format specification out of which 3 (
String,Byte&Map) are 1 byte long and 5 (the rest…) are 3 bits long.
Functions§
- to_
bytes - The function to serialize data of a given type to a byte vector. The
valuemust implement theSerializetrait from theserdelibrary. It returns a Result with the serialized byte vector or an error.