Docs.rs
css-variable-lsp-0.3.6
css-variable-lsp 0.3.6
Docs.rs crate page
GPL-3.0
13 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
lmn451
Dependencies
csscolorparser ^0.6
normal
globset ^0.4
normal
ls-types ^0.0
normal
oxc_allocator =0.144.0
normal
oxc_ast =0.144.0
normal
oxc_ast_visit =0.144.0
normal
oxc_parser =0.144.0
normal
oxc_span =0.144.0
normal
pathdiff ^0.2
normal
regex ^1.10
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1.35
normal
tower-lsp-server ^0.23
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
url ^2.5
normal
walkdir ^2.4
normal
futures ^0.3
dev
tower ^0.4
dev
Versions
36.4%
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
Skip to main content
find_value_range_in_definition
css_
variable_
lsp
0.3.6
In css_
variable_
lsp::
text_
utils
css_variable_lsp
::
text_utils
Function
find_
value_
range_
in_
definition
Copy item path
Source
pub fn find_value_range_in_definition( text: &
str
, def: &
CssVariable
, ) ->
Option
<
Range
>