Structs§
- Config
- The configuration used by the language server.
- File
Position - Represents a position in a file
- File
Range - Represents a range of text in a file.
Enums§
Functions§
- from_
json - Deserializes a
T
from a json value. - main_
loop - Runs the main loop of the language server. This will receive requests and handle them.
- run_
server - Main entry point for the language server
- to_json
- Converts the
T
to a json value