#[repr(transparent)] + newtype auto-derive?

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

    Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turbopack and Turborepo.

  • I've just spent a few days implementing a newtype: AbsoluteSystemPath. The goal is to be a super-thin wrapper around Path, retaining all of the functionality and providing additional guarantees which can be enforced at authoring time, not runtime.

  • buck2

    Build system, successor to Buck

  • There is clearly desire for more and better tooling in the Path space (camino is the ninth-most-downloaded FS crate, relative-path helps here, Buck2 created their own path library as well) but the cost of implementation is tremendous and, in my opinion, preventing healthy experimentation in this space.

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

    RFCs for changes to Rust

  • Builtin-in delegation in the language had a detailled RFC (actually more than one, even): https://github.com/rust-lang/rfcs/pull/2393

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