Versions in this module Expand all Collapse all v1 v1.0.1 Sep 9, 2025 Changes in this version + type InspectableByteString struct + func NewInspectableByteString(bytes []byte) InspectableByteString + func (s InspectableByteString) FormatWithHighlightedOffset(highlightOffset int, highlightText string, formattedStringPrefix string, ...) string + func (s InspectableByteString) FormattedString() string + func (s InspectableByteString) GetOffsetInFormattedString(byteOffset int) int + func (s InspectableByteString) TruncateAroundOffset(offset int) InspectableByteString