Crate mun_language_server[][src]

Structs

Config

The configuration used by the language server.

FilePosition

Represents a position in a file

FileRange

Represents a range of text in a file.

Enums

FilesWatcher

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