Expand description
rust-analyzer management module.
Downloads and caches rust-analyzer for LSP support.
Functionsยง
- cache_
dir - Get the path to the cached rust-analyzer binary.
- download
- Download rust-analyzer from GitHub releases.
- ensure_
available - Download rust-analyzer if not available.
- get_
command_ path - Get the rust-analyzer command path (cached or system).
- is_
available - Check if rust-analyzer is available (either cached or in PATH).
- rust_
analyzer_ path - Get the expected rust-analyzer binary path.