metaplex-foundation / beet

Borsh compatible De/Serializer
https://metaplex-foundation.github.io/beet/
35 stars 15 forks source link

chore: renaming to beet #3

Closed thlorenz closed 2 years ago

thlorenz commented 2 years ago

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