Docs.rs
auto-lsp-core-0.6.0
auto-lsp-core 0.6.0
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
adclz
Dependencies
anyhow ^1.0.98
normal
ariadne ^0.5.1
normal
downcast-rs ^2.0.1
normal
fastrace ^0.7.9
normal
log ^0.4.27
normal
lsp-types ^0.94.1
normal
parking_lot ^0.12.4
normal
regex ^1.11.1
normal
salsa ^0.22.0
normal
streaming-iterator ^0.1.9
normal
texter ^0.2.0
normal
thiserror ^2.0.12
normal
tree-sitter ^0.25.5
normal
rstest ^0.25.0
dev
tree-sitter-html ^0.23.2
dev
Versions
36.92%
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
auto_
lsp_
core
0.6.0
Module document
Module Items
Structs
Constants
In crate 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.