ext-go provides an extension for the mus-go serializer, enabling additional functionality for the MUS format.
This package includes:
MarshallerMUS— an interface for types that can marshal themselves into the MUS format.MarshalMUS— a generic function to marshal values implementingMarshallerMUS.MarshallerTypedMUS— an interface for types that support typed MUS serialization, designed for use with DTS.MarshalTypedMUS— a generic function to marshal values implementingMarshallerTypedMUS.