Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 991 Bytes

File metadata and controls

40 lines (26 loc) · 991 Bytes

scip-rust

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-rust

Nix

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.