A thin wrapper around rust-analyzer scip.
Usage
Make sure you have a working Rust toolchain (cargo and rustc on PATH) and
rust-analyzer installed. Then, from the root of your workspace:
rust-analyzer scip .That's really all it does. The scip-rust script in this repo is the same
command with a few preflight checks and toolchain fallbacks.
Docker
The ghcr.io/scip-code/scip-rust image bundles everything:
docker run --rm -v "$PWD:/work" ghcr.io/scip-code/scip-rustNix
If you use Nix, run it straight from the flake:
nix run github:scip-code/scip-rust
Cutting releases
From the main branch, trigger the release workflow via Actions → release →
Run workflow, entering M.N.P as the version.