# Functions
No description provided by the author
No description provided by the author
DirHandleFromPath creates a DirHandle from a given path.
DirHandleFromURI creates a DirHandle from a given URI.
HandleFromPath creates a Handle from a given path.
HandleFromURI creates a Handle from a given URI.
# Structs
DirHandle represents a directory location
This may be received via LSP from the client (as URI) or constructed from a file path on OS FS.
No description provided by the author
No description provided by the author
Handle represents a document location
This may be received via LSP from the client (as URI) or constructed from a file path on OS FS.
No description provided by the author
Pos represents LSP-style position (zero-indexed).
Range represents LSP-style range between two positions Positions are zero-indexed.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author