A thin wrapper around rust-analyzer scip.
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.
The ghcr.io/scip-code/scip-rust image bundles everything:
docker run --rm -v "$PWD:/work" ghcr.io/scip-code/scip-rustIf you use Nix, run it straight from the flake:
nix run github:scip-code/scip-rustFrom the main branch, trigger the release workflow via Actions → release →
Run workflow, entering M.N.P as the version.