Organizing a large collection of Rust "scripts"?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. keyboard-backlightd

    Daemon for automatic timeout of laptop (ThinkPad) keyboard backlight

    2) Cargo is really lacking when it comes to installing anything more complicated than a stand-alone binary. I developed a system daemon and needed to install a systemd unit and config file as well. My solution was a makefile to call cargo build, and then handle the install target in the Makefile. Perhaps something like that could be useful to you? Build the programs with cargo build, and then install to bin using the Makefile. For reference here is the Makefile I wrote

  2. SaaSHub

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

    SaaSHub logo
  3. rust-script

    Run Rust files and expressions as scripts without any setup or compilation step.

    Use rust-script ! Instead of having a folder for each script, your script could be a single file, just like you would in python. Then you can put all the files in a single directory with a readme describing the functionality and use-case of each script.

  4. hero-commands

    a collection of namespaced shell scripts that accept subcommands like git, heroku, and other commands.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Rust-script: Run Rust files and expressions as scripts

    1 project | news.ycombinator.com | 5 Nov 2024
  • What are your favourite websites that display a lot of data / tables?

    3 projects | news.ycombinator.com | 26 May 2024
  • Rust 101

    1 project | news.ycombinator.com | 10 Apr 2024
  • How to convince my boss that Rust is usable

    2 projects | /r/rust | 15 Jun 2023
  • I made a scriptable spaced repetition CLI with Rust and Rhai!

    2 projects | /r/rust | 7 May 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?