Text utilities and source-location primitives used by the lexer/parser and error reporting.
TomlSourceSpanRepresents a textual source span within a TOML payload.TomlTextPositionRepresents a position within a TOML payload (offset, line, column).This namespace contains types such as TomlSourceSpan and TomlTextPosition which are used to attach precise locations to diagnostics and TomlException.