My first year with Rust: The good, the bad, the ugly

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

    RFCs for changes to Rust

  • That's one of the topics of discussion for RFC 3352: Relax const-eval restrictions.

  • rust

    Empowering everyone to build reliable and efficient software.

  • While it certainly won't eliminate the problem entirely, RFC 3323: Restrictions (tracking issue) was recently accepted, which proposes allowing mutability restrictions to be specified on fields so that you don't need getters to enforce read-only access if your goal is merely to ensure that modifying a field must occur through a setter function which preserves necessary invariants.

  • 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
  • semver-trick

    How to avoid complicated coordinated upgrades

  • A library author concerned about this can use the semver trick. TL;DR: if your current version is 0.42, you can do a 1.0 release, then do a 0.43 release that depends upon your 1.0 release and re-exports all the symbols.

  • watt

    Runtime for executing procedural macros as WebAssembly

  • In addition to thiserror and anyhow, our resident superhuman Rust-improving Robot, dtolnay, also developed an experiment in distributing precompiled proc macros as WebAssembly named Watt and, though I never bothered to create a Zulip account so I don't know what was said, I'm told there has been discussion around the idea of implementing something in that vein.

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