Use just to manage Rust project commands

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • r3bl_ansi_color

    Discontinued Rust crate to generate formatted ANSI 256 (8-bit) and truecolor (24-bit) color output to stdout

  • If you would like to get involved in an open source project and like Rust crates, please feel free to contribute to the r3bl_ansi_color repo. There are a lot of small features that need to be added. And they can be a nice stepping stone into the world of open source contribution 🎉.

  • just

    🤖 Just a command runner

  • # `all` variant that only runs on Windows. The only thing that is different is the shell. # https://github.com/casey/just#enabling-and-disabling-recipes [windows] all: set windows-shell := ["powershell.exe", "-c"] just all_cross_platform # `all` variant that only runs on Linux and macOS. Using the default shell. # https://github.com/casey/just#enabling-and-disabling-recipes [unix] all: just all_cross_platform # `all` command that runs on Windows, Linux and macOS. all_cross_platform: just build just test just clippy just docs just rustfmt

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cargo-watch

    Watches over your Cargo project's source.

  • watch-one-test test_name: # More info on cargo test: https://doc.rust-lang.org/cargo/commands/cargo-test.html # More info on cargo watch: https://github.com/watchexec/cargo-watch cargo watch -x check -x 'test -- --test-threads=1 --nocapture {{test_name}}' -c -q

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

  • Is it possible to specify cargo plugins required for development with a project?

    2 projects | /r/learnrust | 17 May 2022
  • GitUI

    5 projects | news.ycombinator.com | 7 Jan 2024
  • What are some useful tools for Rust?

    10 projects | /r/rust | 3 May 2023
  • Why does the "crate" nomenclature include both "binary" and "library"?

    1 project | /r/rust | 2 Apr 2023
  • cargo-watch hangs on reload

    1 project | /r/rust | 3 Mar 2023