Continuous Integration with Github Actions and Rust

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

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
  • tracing-span-tree

  • remove cargo fmt’ from CI and instead [add a#[test]](https://github.com/matklad/tracing-span-tree/blob/e8864ad0274bc9342b88e1ee3388f7b6a36a47f2/xtask/tests/tidy.rs#L4). It’s better to encode all “correctness” criteria intocargo test`, as that can easily be run locally and is independent form CI provider.

  • git-stack

    Stacked branch management for Git (by epage)

  • audit for security audits - Separate from regular CI since it only matters for specific changes or when new critical issues come out.

  • 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
  • rust

    Empowering everyone to build reliable and efficient software.

  • rust-next to verify nothing breaks with new Rust versions - Separate from regular CI since the probability of a PR breaking on a new Rust version is pretty low (its pretty low this will ever fail, but just in case)

  • clap-rs

    A full featured, fast Command Line Argument Parser for Rust

  • For more details on the idea, see the discussion on clap

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 1.72.0

    7 projects | news.ycombinator.com | 24 Aug 2023
  • clap v4.2, a Rust CLI argument parser

    3 projects | /r/rust | 28 Mar 2023
  • Announcing Rust 1.67.0

    4 projects | /r/programming | 26 Jan 2023
  • Clap 3.2: Last Call Before 4.0

    6 projects | /r/rust | 13 Jun 2022
  • ANN: clap 3.0.0-rc.0!

    11 projects | /r/rust | 8 Dec 2021