cargo-semver-checks VS scip

Compare cargo-semver-checks vs scip and see what are their differences.

cargo-semver-checks

Scan your Rust crate for semver violations. (by obi1kenobi)

scip

SCIP Code Intelligence Protocol (by sourcegraph)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
cargo-semver-checks scip
18 7
901 215
- 7.0%
9.3 7.3
7 days ago 2 days ago
Rust Rust
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cargo-semver-checks

Posts with mentions or reviews of cargo-semver-checks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-07.

scip

Posts with mentions or reviews of scip. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-20.
  • Show HN: GritQL, a Rust CLI for rewriting source code
    8 projects | news.ycombinator.com | 20 Mar 2024
    security is up there, but from reading the examples in CodeQL it just seemed like it would be possible to express some truly great versions of "don't do that" rules in it. I am a total JetBrains fanboi, and their introspections are world-class, but getting Qodana to run to completion before the heat death of the universe has proven to require more glucose than I have to offer it. Thus, I'm always interested in alternate implementations, even though I am acutely aware of the computational complexity of what I'm asking

    I recalled another link I wish I had included in my question from the SourceGraph folks https://github.com/sourcegraph/scip#scip-code-intelligence-p... which started out life as "Language Server Indexing Protocol" and seems to solve some similar project-wide introspection questions but TBH since their rug pull I've been a lot less willing to hitch my wagon to their train

  • Have questions/requests/issues related to the Zig Language Server?
    5 projects | /r/Zig | 6 May 2023
    New standards proliferate all the time and many simply cannot rely solely on a compiler language server but can rely on a custom semantic information protocol - SCIP comes to mind. :)
  • srctx: a LSIF parser for understanding what happened in every lines of your code
    4 projects | /r/golang | 6 Apr 2023
    Over the last ~9 months or so, we've been moving away from LSIF and have been using SCIP instead. https://github.com/sourcegraph/scip (announcement blog post, which covers the reasons for why we stopped using LSIF: https://about.sourcegraph.com/blog/announcing-scip)
  • The technology behind GitHub’s new code search
    17 projects | news.ycombinator.com | 6 Feb 2023
    This is pretty much exactly what we've built at Sourcegraph. Microsoft had introduced (but pretty much abandoned before it even started) LSIF, a static index format for LSP servers requests/responses.

    We took that torch and carried it forward, building the spiritual successor called SCIP[0]. It's language agnostic, we have indexers for quite a few languages already, and we genuinely intend for it to be vendor neutral / a proper OSS project[1].

    [0] https://about.sourcegraph.com/blog/announcing-scip

    [1] https://github.com/sourcegraph/scip

  • Steve Yegge Joins as Head of Engineering of Sourcegraph
    4 projects | news.ycombinator.com | 4 Oct 2022
    Created a PR to mention tools using SCIP in the README. https://github.com/sourcegraph/scip/pull/101
  • cargo-udeps 0.1.33 release
    5 projects | /r/rust | 15 Sep 2022
    I've looked into the pull request that added SCIP support to rust-analyzer, and apparently rust-analyzer uses the scip crate. The linked PR also links to a blog post that explains the motivation for scip. The github repo of the scip crate lives here, it's not linked in Cargo.toml, probably should.

What are some alternatives?

When comparing cargo-semver-checks and scip you can also consider the following projects:

prql-query - Query and transform data with PRQL

lsif-clang - Language Server Indexing Format (LSIF) generator for C, C++ and Objective C

argfile - Load additional CLI args from file

cargo-udeps - Find unused dependencies in Cargo.toml

octosql-plugin-postgres

lsif-go - Language Server Indexing Format (LSIF) generator for Go

go-sqlite3-stdlib - A standard library for mattn/go-sqlite3 including best-effort date parsing, url parsing, math/string functions, and stats aggregation functions

hn-search - Hacker News Search

ddl-diff - Generates SQL migrations by parsing and diffing DDL

rust-analyzer - A Rust compiler front-end for IDEs

octosql-plugin-random_data - OctoSQL plugin serving random data

zig-hcs-client - A simple REPL for controlling Zig's hot-code swapping compilation mode