Docs.rs
async-lsp-0.2.2
async-lsp 0.2.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
oxalica
Dependencies
async-io ^2
normal
optional
futures ^0.3.28
normal
lsp-types ^0.95.0
normal
pin-project-lite ^0.2.9
normal
rustix ^1
normal
optional
serde ^1.0.159
normal
serde_json ^1.0.95
normal
thiserror ^2
normal
tokio ^1.27.0
normal
optional
tower-layer ^0.3.2
normal
tower-service ^0.3.2
normal
tracing ^0.1.37
normal
optional
waitpid-any ^0.3
normal
optional
async-io ^2
dev
async-process ^2
dev
clap ^4
dev
criterion ^0.5.1
dev
tokio ^1.27.0
dev
tokio-util ^0.7.8
dev
tower ^0.5
dev
tracing-subscriber ^0.3.16
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
async_
lsp
0.2.2
Module router
Module Items
Structs
In crate async_
lsp
async_lsp
Module
router
Copy item path
Source
Expand description
Dispatch requests and notifications to individual handlers.
Structs
ยง
Router
A router dispatching requests and notifications to individual handlers.