package
1.0.2
Repository: https://github.com/erikdubbelboer/msgp.git
Documentation: pkg.go.dev

# Functions

Ident returns the *BaseElem that corresponds to the provided identity.
IgnoreTypename is a pass that just ignores types of a given name.
No description provided by the author
No description provided by the author

# Constants

this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
msgp.Decodable.
msgp.Encodable.
extension.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
IDENT means an unrecognized identifier.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
interface{}.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
msgp.Marshaler.
msgp.Sizer.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
generate tests.
time.Time.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
this is effectively the list of currently available ReadXxxx / WriteXxxx methods.
msgp.Unmarshaler.

# Structs

No description provided by the author
BaseElem is an element that can be represented by a primitive MessagePack type.
Map is a map[string]Elem.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Elem is a go type capable of being serialized into MessagePack.

# Type aliases

Method is a bitfield representing something that the generator knows how to print.
Base is one of the base types.
TransformPass is a pass that transforms individual elements.