Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Cargo-make Alternatives
Similar projects and alternatives to cargo-make
-
-
cargo-release
Cargo subcommand `release`: everything about releasing a rust crate.
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
rst
The open source design documentation tool for everybody [Moved to: https://github.com/vitiral/artifact]
-
-
cargo-ebuild
cargo extension that can generate ebuilds using the in-tree eclasses
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
cargo-deb
A cargo subcommand that generates Debian packages from information in Cargo.toml
-
cargo-modules
Render your crate's module/item structure as a tree or graph
-
-
-
-
-
-
-
-
-
unsafe-code-guidelines
Forum for discussion about what unsafe code can and can't do
-
run
Task runner that helps you easily manage and invoke small scripts and wrappers (by TekWizely)
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
cargo-make reviews and mentions
-
Including a cargo command as a dev dependency
I use just myself, and I personally don't want projects' codebase to decide when something gets cargo installed on my system. For people who feel that's more acceptable, I'll note that cargo-make has first class support for the idea of expressing a task that depends on a cargo plugin:
-
Pain points using Rust for game dev ?
Thank you for the help, created ticket #787 and #788!
-
Just: A Command Runner
https://github.com/sagiegurari/cargo-make
I ended up using it over just because it felt easier to use cross platform, and toml seemed like a right choice
-
Run python scripts before compilation using Cargo?
I recently discovered https://github.com/sagiegurari/cargo-make
-
Created a simple tool for task automation in Rust
cargo make is used pretty extensively in Bottlerocket OS
-
Anyone use Rust to build SaaS web apps professionally?
Cargo is a pretty robust build tool on it's own, but for that extra automated workflow oomph, I also use cargo-make
-
How do you drive non-Rust tests?
If you have a pre-existing infrastructure of non-rust tests, I would probably advise to use some generic build-tool/task runner to drive that and Cargo. So, a makefile, or justfile (https://github.com/casey/just) or cargo make (https://github.com/sagiegurari/cargo-make).
-
New alternative for clap (declarative, basic and simple)
Currently i'm using it in cargo-make but will also use it later to parse args for duckscript commands.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 25 Sep 2023
Stats
sagiegurari/cargo-make is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of cargo-make is Rust.