Docs.rs
testing-language-server-0.1.12
testing-language-server 0.1.12
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
kbwo
Dependencies
anyhow ^1.0.82
normal
chrono ^0.4.38
normal
clap ^4.5.4
normal
dirs ^5.0.1
normal
glob ^0.3.1
normal
globwalk ^0.9.1
normal
lsp-types ^0.95.1
normal
once_cell ^1.19.0
normal
regex ^1.10.4
normal
serde ^1.0.198
normal
serde_json ^1.0.116
normal
strum ^0.26.2
normal
thiserror ^1.0.59
normal
toml ^0.8.19
normal
tracing ^0.1.40
normal
tracing-appender ^0.2
normal
tracing-subscriber ^0.3
normal
tree-sitter-php ^0.22.8
normal
Versions
10.61%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Files
testing_language_server/
lib.rs
1
pub mod
error;
2
pub mod
spec;
3
pub mod
util;