Contains several examples of using the mus-go serializer (each package is one example):
- unsafe: explains how the
unsafepackage can be used. - protobuf: shows how to implement Protobuf encoding using mus-go.
- dts: demonstrates how mus-dts-go can be used.
- versioning: demonstrates data versioning.
- marshal_func: demonstrates how to use
MarshalMUSfunction. - oneof: shows how to serialize an interface.
- pm: demonstrates how to use the
pmpackage to serialize a graph or linked list. - out_of_order: shows how to deserialize values out of order.