cargo-semver-checks VS rust-semverver

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

cargo-semver-checks

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

rust-semverver

Automatic checking for semantic versioning in library crates (by rust-lang)
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 rust-semverver
18 8
901 641
- -
9.3 1.7
7 days ago 10 months ago
Rust Rust
Apache License 2.0 BSD 3-clause "New" or "Revised" License
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.

rust-semverver

Posts with mentions or reviews of rust-semverver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-08.
  • A byte string library for Rust
    5 projects | news.ycombinator.com | 8 Sep 2022
    1) No. I think semver is just fine for its intended purpose. I mean, I'm sure its spec could be improved in various ways, but its fundamental idea seems fine to me. I think it's just important to remember that semver is a means to an end, and not an end itself. It is a tool of communication most useful in a decentralized context.

    2) No.

    3) See: https://github.com/rust-lang/rust-semverver --- But also, this is only ever going to be a "best effort" sort of thing. Semver isn't just about method additions or deletions, but also behavior.

  • Toward fearless `cargo update`
    8 projects | /r/rust | 29 Aug 2022
    How does this compare to cargo-semverver?
  • Are crate versions numbers all low because Rust just works?
    4 projects | /r/rust | 15 Aug 2022
    Found this: https://github.com/rust-lang/rust-semverver but it doesn't seem to act on git log/diffs... just FYI.
  • Implied bounds and perfect derive
    3 projects | /r/rust | 12 Apr 2022
    Enter rust-semverver!
  • my company refuses to use rust because it changes to much
    4 projects | /r/rust | 12 Mar 2022
    Rust type system on the other hand does not allow this. Traits are monotonic logic: adding trait-impls / most qualifiers does't influence already existing and compiling code (note: for code that doesn't rely on disambiguation to compile). There's rules that clarify this disambiguations and breaking/non-breaking changes according to the type system. There's SemVerVer to automatically verify those guidelines.
  • Would you want crates.io/cargo publish to enforce strictly correct SemVer conventions?
    6 projects | /r/rust | 1 Jan 2022
    In my case it wasn't so bad and an easy fix was fast to write, but it got me thinking of how much of a problem this is for the wider ecosystem. Some searching showed me, that of course there is a tool rust-semverver to do exactly that. Sadly it errors on my system (or maybe im just using it wrong). Would've been interesting to see how often this actually happens on crates.io and how much of a problem this really is.
  • Semantic Versioning Will Not Save You
    2 projects | news.ycombinator.com | 2 Mar 2021
    There's been an attempt at this for the Rust ecosystem: https://stackoverflow.com/questions/41185023/what-exactly-is...

    There's also a library that attempts to automatically check sermver adherence of a crate: https://github.com/rust-lang/rust-semverver

    And there has been quite a bit of effort into preventing semver requirements from fracturing the ecosystem. This revolves around the compiler working with multiple major versions of a single library: https://github.com/dtolnay/semver-trick

  • cargo-incversion, a command line utility to update Cargo.toml version
    2 projects | /r/rust | 29 Dec 2020
    Turns out it already exists: https://github.com/rust-lang/rust-semverver

What are some alternatives?

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

prql-query - Query and transform data with PRQL

wg - Coordination repository of the embedded devices Working Group

argfile - Load additional CLI args from file

cargo-semver-checks-action - A GitHub Action for running cargo-semver-checks

octosql-plugin-postgres

blog - My blog.

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

imgref-iter - A small crate for iterating over the rows or columns of `imgref` buffers

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

rust-memchr - Optimized string search routines for Rust.

octosql-plugin-random_data - OctoSQL plugin serving random data

really-small-backpack-example - A really small example of the Backpack module system for Haskell