Skip to content

scip-code/scip-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

SCIP support for Rust

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors