Transitioning to Rust as a company

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

    “Zero setup” cross compilation and “cross testing” of Rust crates

  • We are using https://github.com/cross-rs/cross.

  • cargo-chef

    A cargo-subcommand to speed up Rust Docker builds using Docker layer caching.

  • CI time. Do you want to micromanage your own docker images for all your CI? Great! If not, yes you do. In fact, you want to manage a docker image to build a docker image to use for CI. Use cargo-chef to prepare a build image with your dependencies pre-built if you want to do fine-grained build/test pipelines. Oh also, there's no jUnit test report generation, that was killed off today. (YES, SORRY, I'm still salty.)

  • 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
  • proc-macro-workshop

    Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019]

  • Don't be afraid of proc macros and derive macros, they rule. Study the basic examples. Crates like darling and resources like David Tolnay's workshop will help. Write derives for your simpler traits and impress your colleagues.

  • grapl

    Discontinued Graph platform for Detection and Response

  • why-rust

    A half-day introduction to the Rust Programming Language, for Managers, Technical Leads and Decision Makers.

  • Slides: https://github.com/ferrous-systems/why-rust

  • cargo2nix

    Granular builds of Rust projects for Nix

  • crate2nix

    rebuild only changed crates in CI with crate2nix and nix

  • SaaSHub

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

    SaaSHub logo
  • crane

    A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.

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

  • How to setup devShell for rust development with bevy?

    2 projects | /r/NixOS | 14 Nov 2022
  • What's the best practice for caching compilation of Rust dependencies?

    3 projects | /r/rust | 17 Feb 2022
  • Nix-ifying a Rust project

    12 projects | /r/rust | 7 Apr 2021
  • NixOS: Declarative Builds and Deployments

    13 projects | news.ycombinator.com | 14 Jan 2024
  • Help with building a 32bit library with cargo

    3 projects | /r/NixOS | 7 Apr 2023