Module source

Module source 

Source
Expand description

Source text management and location tracking. Source text management and location tracking for incremental parsing.

This module provides structures for managing source code text and tracking locations within it, including support for LSP (Language Server Protocol) integration.

Structs§

SourceLocation
Represents a specific location within source code.
SourceText
Represents source code text with line mapping and optional URL reference.
SourceView
A view into a portion of source text.
TextEdit
Represents a text edit operation for incremental updates.
Url
A parsed URL record.

Traits§

Source
Trait for abstract text sources with error position management.