Cargo-make Alternatives

Similar projects and alternatives to cargo-make

  1. rust

    2,777 cargo-make VS rust

    Empowering everyone to build reliable and efficient software.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. zfs

    OpenZFS on Linux and FreeBSD

  4. rfcs

    679 cargo-make VS rfcs

    RFCs for changes to Rust

  5. book

    646 cargo-make VS book

    The Rust Programming Language

  6. ShellCheck

    ShellCheck, a static analysis tool for shell scripts

  7. alacritty

    A cross-platform, OpenGL terminal emulator.

  8. Cargo

    270 cargo-make VS Cargo

    The Rust package manager

  9. just

    192 cargo-make VS just

    🤖 Just a command runner

  10. Rocket

    A web framework for Rust.

  11. axum

    158 cargo-make VS axum

    Ergonomic and modular web framework built with Tokio, Tower, and Hyper

  12. miri

    124 cargo-make VS miri

    An interpreter for Rust's mid-level intermediate representation

  13. Task

    A task runner / simpler Make alternative written in Go

  14. unsafe-code-guidelines

    Forum for discussion about what unsafe code can and can't do

  15. crossbeam

    Tools for concurrent programming in Rust

  16. run

    Task runner that helps you easily manage and invoke small scripts and wrappers (by TekWizely)

  17. config-rs

    ⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).

  18. eve

    10 cargo-make VS eve

    Expressive Vector Engine - SIMD in C++ Goes Brrrr (by jfalcou)

  19. cargo-release

    Cargo subcommand `release`: everything about releasing a rust crate.

  20. devrc

    Easy to use task runner on steroids written in Rust 🦀

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better cargo-make alternative or higher similarity.

cargo-make discussion

Log in or Post with

cargo-make reviews and mentions

Posts with mentions or reviews of cargo-make. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-12-31.
  • Static search trees: 40x faster than binary search
    15 projects | news.ycombinator.com | 31 Dec 2024
    Well, I don't use makefiles to deploy software with Rust. I also have never used lex or yacc, but I bet there are similar tools in the ecosystem, or wrappers for those. That would obviate what I will offer below.

    Often a new language in a project would define an application boundary. So those would be different containers or services. I may deploy via container images, or an OS specific installer, etc. If we aren't crossing an application boundary I may use FFI. Sometimes I use https://rust-lang.github.io/rust-bindgen/ to smooth that over for C dependencies. There is also a nice concept called a build.rs file: https://doc.rust-lang.org/cargo/reference/build-script-examp.... There's also tools like: https://github.com/casey/just and https://sagiegurari.github.io/cargo-make/

    I rarely use multiple languages with Rust. A lot of interpreted languages have bindings through crates and can go in to a project through Cargo. If it involves JS/TS on desktop, I'm usually using Tauri for that. Guess it depends on the system?

    Hopefully that helps. You can also still use a Makefile if you want I just haven't dealt with one in a long time.

  • Makefiles for Web Work (2022)
    6 projects | news.ycombinator.com | 24 Aug 2024
  • Rust Tooling: 8 tools that will increase your productivity
    9 projects | dev.to | 15 Feb 2024
    cargo-make aims to be an extensive Rust-written task runner that additionally lets you define workflows to execute your tasks. You can install it using cargo install cargo-make.
  • Cargo make: Rust task runner and build tool
    1 project | news.ycombinator.com | 19 Dec 2023
  • Hey Rustaceans! Got a question? Ask here (49/2023)!
    9 projects | /r/rust | 5 Dec 2023
    You might be interested in cargo-make, which is based on TOML, or Just, which has a syntax that is vaguely inspired by Make but much less weird sigils and more suited to non-file-based tasks.
  • Makefile equivalent in Rust ecosystem
    1 project | /r/rust | 13 Oct 2023
    I would like to rewrite this project in Rust, but I am not so familiar with Cargo as I am with Make. Is it possible to declare these kinds of rules and targets ? Should I use a build script, a custom tool like cargo-make or something else ? What do you think ?
  • Including a cargo command as a dev dependency
    2 projects | /r/rust | 27 May 2023
    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 ?
    2 projects | /r/rust_gamedev | 6 Feb 2023
    Thank you for the help, created ticket #787 and #788!
  • Just: A Command Runner
    27 projects | news.ycombinator.com | 9 Jan 2023
    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?
    4 projects | /r/rust | 27 Dec 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic cargo-make repo stats
28
2,635
9.1
2 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com