Expand description
Utilities to represent spans inside a file
Modules§
- source
- Source file representation
Structs§
- File
Position - Represents a
Spanin 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