This version of Borsh is more limited/strict than the official Borsh.
It requires each data type that is de/serializable to have a fixed size. This allows
calculating sizes when composing a data type of multiple other data types as well as providing
more detailed error messages + checks as the desired size is explicit.
Thus it is a more rigid version of Borsh and thus Beet
This version of Borsh is more limited/strict than the official Borsh.
It requires each data type that is de/serializable to have a fixed size. This allows calculating sizes when composing a data type of multiple other data types as well as providing more detailed error messages + checks as the desired size is explicit.
Thus it is a more rigid version of Borsh and thus Beet
Beet
Borsh