Parse messages into golang structs where the message format is expressed using golang struct tags.
Generate messages from golang structs the message format is expressed using golang struct tags.
Define Fields
type intS struct {
IntField int type:"int" len:"3" padding:"0"
}
type int string
len number
sep string
padding string