# Functions
NewReader creates a new reader for the trace wire format.
NewTextReader creates a new reader for the trace text format.
NewTextWriter creates a new write for the trace text format.
NewWriter creates a new byte format writer.
# Structs
Event is a simple representation of a trace event.
Reader parses trace bytes with only very basic validation into an event stream.
TextReader parses a text format trace with only very basic validation into an event stream.
TextWriter emits the text format of a trace.
Writer emits the wire format of a trace.