Registry / other / lsp-server

lsp-server

JSON →
library0.7.9rscratesunverified

Generic LSP server scaffold.

# Cargo.toml [dependencies] lsp-server = "0.7.9"
INSTALL
IMPORT
SIG · LSP-SERVER
L
lsp-server
otherrustv0.7.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Connection
use lsp_server::Connection;

Create a basic LSP server using stdio transport.

use lsp_server::Connection; fn main() { let (connection, io_threads) = Connection::stdio(); println!("LSP server started"); io_threads.join().unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
lsp-server — cargo add lsp-server · libregistry