# Functions
GetStackTrace produces a StackTrace, optionally with a parent's stack trace to append.
# Structs
Individual stack frame, contained in a [StackTrace], produced by [GetStackTrace].
StackTrace represents a collected stack trace, possibly with a parent (i.e caller)
StackTraces are designed to make it easy to track callers across goroutines.