Docs.rs
rust-analyzer-cli-0.4.1
rust-analyzer-cli 0.4.1
Docs.rs crate page
MIT
OR
Apache-2.0
31 July 2026
Links
Repository
crates.io
Source
Owners
jihaohaaaa
Dependencies
anyhow ^1.0
normal
axum ^0.8
normal
clap ^4.6
normal
lsp-types ^0.97
normal
reqwest ^0.13
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1.53
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
url ^2.5
normal
Versions
28.24%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
start_daemon_server
rust_
analyzer_
cli
0.4.1
In rust_
analyzer_
cli::
daemon::
server
rust_analyzer_cli
::
daemon
::
server
Function
start_
daemon_
server
Copy item path
Source
pub async fn start_daemon_server( workspace_root:
PathBuf
, port:
u16
, ) ->
Result
<
()
>