# Functions
NewError attempts to box and return err into an Error.
NewMemoryRange constructs and returns a new MemoryRange from the memory.Range.
NewMemoryRanges constructs and returns a new slice of MemoryRanges from the memory.RangeList.
NewReportBuilder creates and initializes new report builder.
NewValue attempts to box and return v into a Value.
WrapReportItem wraps ReportItem into raw representation of ReportItemTagged which contains raw messages instead of references.
# Structs
ReportBuilder helps construct reports.
ReportItemRaw represents ReportItem, raw message and array of raw tags.
# Type aliases
FindHandler is the handler of found items using Service.Find.
TimeStampsHandler is the handler of queried timestamps suing Service.GetTimestamps.