How Go Mitigates Supply Chain Attacks

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Cargo

    The Rust package manager

  • I found this an interesting read, and interesting to compare with what Rust does here. Some of it is just different defaults (almost all go commands are the equivalent of cargo's --locked by default), and I could imagine letting cargo users pick such defaults in their cargo config. That also relates to this infamous cargo issue. In some cases I feel Rust has a little catching up to do. For example, a Rust sumdb might be neat. :D

  • cargo2nix

    Granular builds of Rust projects for Nix

  • Nix already solves this problem and can handle dependencies and building projects across a range of languages (including Rust via Cargo2nix) and reproducible machine configuration.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • nix

    Nix, the purely functional package manager

  • Nix already solves this problem and can handle dependencies and building projects across a range of languages (including Rust via Cargo2nix) and reproducible machine configuration.

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