cargo-release
Cargo subcommand `release`: everything about releasing a rust crate. [Moved to: https://github.com/crate-ci/cargo-release] (by sunng87)
cargo-wix
A cargo subcommand to build Windows installers for rust projects using the WiX Toolset (by volks73)
cargo-release | cargo-wix | |
---|---|---|
1 | 1 | |
946 | 323 | |
- | 1.9% | |
10.0 | 7.7 | |
about 2 years ago | 9 months 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.
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 2023-01-24.
-
Rust 2030 Christmas list: Subcrate dependencies
Between workspace inheritance and tools like cargo-release, this has become trivial for me. If people don't want to use a third-party tool, we can always be working on improving cargo further, like publishing more than one crate at a time or merging support for modifying versions.
cargo-wix
Posts with mentions or reviews of cargo-wix.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-17.
-
Have you guys tried cargo-deb? Amazing!
Okay, just for completeness: Since windows support is experimental (and kind of broken) in cargo-bundle, for windows the best option at the moment seems to be cargo-wix: https://github.com/volks73/cargo-wix
What are some alternatives?
When comparing cargo-release and cargo-wix you can also consider the following projects:
cargo-multivers - Cargo subcommand to build multiple versions of the same binary, each with a different CPU features set, merged into a single portable optimized binary
sqldeveloperinstaller - 64-bit Windows MSI package for Oracle SQL Developer (with JDK)
rust - Empowering everyone to build reliable and efficient software.
cargo-bundle - Wrap rust executables in OS-specific app bundles
ripgrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
cargo-deb - A cargo subcommand that generates Debian packages from information in Cargo.toml