Crate span

Source
Expand description

Utilities to represent spans inside a file

Modules§

source
Source file representation

Structs§

FilePosition
Represents a Span in a file, bounded by it’s start line and col, plus it’s end line and col
Span
Represents a span in the SourceMap, bounded by an offset and a len
Spanned