Skip to main content

Module source_map

Module source_map 

Source
Expand description

Maps byte offsets (the stable position in a Span) back to human line/column. Built on demand from the source text a consumer already holds — positions are not threaded through parser return types.

Structs§

SourceMap
Line/column resolver for a single source buffer.