Crate kailua_langsvr [] [src]

Language server implementation for Kailua.

This crate provides a bulk of implementation details for the language server, but itself is not an executable. The external crate is expected to parse the command-line options and completely delegate to this crate to switch to the language server mode.

Enums

Target

The connection target of the language server.

Functions

main

Tries to connect to given target and launches a language server.