Docs.rs
auto-lsp-0.6.2
auto-lsp 0.6.2
Permalink
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
adclz
Dependencies
anyhow ^1.0.98
normal
auto-lsp-core ^0.7.0
normal
auto-lsp-default ^0.1.2
normal
optional
auto-lsp-server ^0.1.2
normal
optional
lsp-server ^0.7.8
normal
optional
lsp-types ^0.94.1
normal
parking_lot ^0.12.4
normal
salsa ^0.22.0
normal
texter ^0.2.0
normal
tree-sitter ^0.25.5
normal
tree-sitter-language ^0.1.5
normal
Versions
71.43%
of the crate is documented
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
Module document
auto_
lsp
0.6.2
Module document
Module Items
Structs
Constants
In auto_
lsp::
core
auto_lsp
::
core
Module
document
Copy item path
Source
Expand description
Document handling
Structs
§
Document
Represents a text document that combines plain text
texter
with its parsed syntax tree
tree_sitter::Tree
.
Constants
§
LAST_
LINE
Thread-local storage for the last line index accessed.