Skip to main content

Crate cairo_language_server

Crate cairo_language_server 

Source
Expand description

§CairoLS

Implements the LSP protocol over stdin/out.

§Running vanilla

This is basically the source code of the cairo-language-server and scarb cairo-language-server binaries.

fn main() {
    cairo_language_server::start();
}

Modules§

lsp

Functions§

start
Starts the language server.