cargo-release VS Rustup

Compare cargo-release vs Rustup and see what are their differences.

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-release Rustup
11 58
1,240 5,866
1.9% 1.6%
8.8 9.5
7 days ago 9 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-release

Posts with mentions or reviews of cargo-release. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-23.
  • Changelog-Driven Releases
    5 projects | news.ycombinator.com | 23 Apr 2024
    My problem with maintaining a changelog during development is it can serve as a source of merge conflicts. Instead, I follow Covnentional Commit style and manually write my changelog entries based on the commits. I have a tool [0] that can show me the relevant commits for a package in my repo and automates the entire release process, including doing sanity checks.

    I also feel like releasing from CI is hard, especially if you have multiple packages in a repo [1], including

    - You can't as easily introspect the process

    - You can't as easily recover from failure

    - Getting a lot of the nuance right, like handling releases concurrent to merging of PRs, is difficult

    - When the workflow is an ever-present "release PR" that you merge when ready has issues with selecting which packages to release and at what version

    I have been considering making a tool to generate changelogs from fragments. Been keeping notes at https://github.com/epage/epage.github.io/issues/23

    [0]: https://github.com/crate-ci/cargo-release

    [1]: https://github.com/MarcoIeni/release-plz/discussions/1019

  • Oxlint – written in Rust – 50-100 Times Faster than ESLint
    13 projects | news.ycombinator.com | 15 Dec 2023
    You should combine step 1 and 2 with CI. Just tag a version in your git, push to remote and have CI auto build a release for you.

    Use github actions or other setup for other backends.

    Or go nuts with cargo-release.

    https://github.com/crate-ci/cargo-release

    https://github.com/cargo-bins/release-pr

  • Rust 2030 Christmas list: Subcrate dependencies
    6 projects | /r/rust | 24 Jan 2023
    tools like cargo-release
  • `toml` vs `toml_edit` (ie `toml` 0.6 is out)
    5 projects | /r/rust | 23 Jan 2023
    Just to check, are you aware of cargo-edit's cargo-set-version or cargo-release?
  • What's everyone working on this week (45/2022)?
    9 projects | /r/rust | 7 Nov 2022
    I released my first crate that provides a derive macro to easily obtain a name of a current variant in an enum as a string. I did it mostly to learn about procedural macros and the process of releasing a crate. I then found out there is strum which does this and much more. Nonetheless, I learned a lot and I found couple of nice tools like ```cargo-release and git-cliff.
  • cargo-release v0.22 is out!
    1 project | /r/rust | 21 Oct 2022
  • A GitHub Action for creating "Release PRs" for Cargo projects.
    3 projects | /r/rust | 5 Sep 2022
    I'll note there is an issue in the cargo-release repo where this kind of workflow is wanted. https://github.com/crate-ci/cargo-release/issues/119
  • [Gitoxide December Update]: a new object database and upcoming multi-pack index support
    5 projects | /r/rust | 21 Jan 2022
    cargo-release is on about the same level of features used
  • cargo-release v0.19
    1 project | /r/rust | 7 Jan 2022
    cargo-release automates the release process for your crate. For example, with clap, all I do is add entries to the CHANGELOG and run cargo release patch and cargo-release takes care of updating files, publishing to crates.io, tagging, and pushing.
  • Introducing `cargo smart-release` - the new way to release workspace crates
    3 projects | /r/rust | 13 Aug 2021
    Yes, developers from all three tools were sharing ideas with each other recently

Rustup

Posts with mentions or reviews of Rustup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-28.
  • Problem with rust-analyzer in helix
    1 project | /r/HelixEditor | 5 Jun 2023
    I got it to finally work by following this
  • Do you use relative toolchain paths with rustup? Let us know!
    5 projects | /r/rust | 28 May 2023
    If you are someone actively using such relative-path toolchains, please contact us (Discord / Github issues).
  • Canonical hiring Rust toolchain dev
    1 project | /r/rust | 27 Apr 2023
    We had a snap package; we removed it in mid 2022
  • Announcing Rustup 1.26.0 | Rust Blog
    2 projects | /r/rust | 25 Apr 2023
    I don't know. The PR references prior discussion without a link, so it may have been private.
  • Foundation - Open Membership
    2 projects | /r/rust | 13 Apr 2023
  • Telemetry really goes into Go toolchain, no matter what
    2 projects | /r/golang | 1 Apr 2023
    As long as he doesn't put hidden folders in your root like rust. https://github.com/rust-lang/rustup/issues/341
  • telemetry in the go toolchain? just say no...
    1 project | /r/golang | 13 Feb 2023
    I think you're being upvoted by folks who don't know better, which is a shame because you're making things up :/. The telemetry feature in rustup kept everything local and never "pinged home". And you had to enable it with a command `rustup telemetry enable`. And it just logged JSON files at the path you mentioned. By 2019, the feature was disabled (see: https://github.com/rust-lang/rustup/issues/341 ) because no one worked on it and it just gathered bugs.
  • Go claims telemetry objectors arguing in bad faith and violating Code of Conduct
    7 projects | news.ycombinator.com | 13 Feb 2023
    FWIW, there is a proposal to add telemetry to LLVM [0] and Rust used to have telemetry [1], both off by default. Some things in the node.js world have telemetry enabled by default, like Next.js [3].

    Some people are posting here as if this as already decided -- AFIACT, that's not the case. It's not even a formal proposal yet, and the stated intent was to start a conversation around something concrete. (For context, this is standard for how I've seen the Go project approaches large topics, including for example I think there were something like ~8 very detailed generics design drafts from the core Go team over ~10 years).

    It sounds like the Go team is going to take some time to look into some of the alternative approaches suggested in the feedback collected so far.

    In any event, this is obviously a topic people are very passionate about, especially opt-in vs. opt-out, but I guess I would suggest not giving up hope quite yet.

    [0] https://discourse.llvm.org/t/rfc-lldb-telemetry-metrics/6458...

    [1] https://github.com/rust-lang/rustup/issues/341

    [2] https://nextjs.org/telemetry

  • Google's Go may add telemetry reporting that's on by default
    3 projects | /r/programming | 10 Feb 2023
    Rust (Specifically Rust Up) seems to have planned to include telemetry but they paused and cancelled the decision, possibly after implementing it initially.
  • Who "owns" Rust ?
    6 projects | /r/rust | 10 Feb 2023
    https://github.com/rust-lang/rustup/issues/341 and rust installation uses telemetry

What are some alternatives?

When comparing cargo-release and Rustup you can also consider the following projects:

just - 🤖 Just a command runner

rust - Empowering everyone to build reliable and efficient software.

cargo-make - Rust task runner and build tool.

rust-mode - Emacs configuration for Rust

Clippy - A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/

rust-on-raspberry-pi

cargo-ebuild - cargo extension that can generate ebuilds using the in-tree eclasses

Rust for Visual Studio Code

cargo-modules - Visualize/analyze a Rust crate's internal structure

Rust Language Server - Repository for the Rust Language Server (aka RLS)

cargo-find