Blog post: Rust at Scale: Packages, Crates, and Modules

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

    Discontinued A Rust compiler front-end for IDEs [Moved to: https://github.com/rust-lang/rust-analyzer] (by rust-analyzer)

    In this sense, I am very against having things like types which split stuff across linguistic category, rather than a slice of the domain. I think it’s much better to have, eg, types module in the http_api crate, and a separate types module in the persistsnce crate with somewhat duplicate definitions and explicit conversion between the two. I am a huge fan of writing tons of adaptor boilerplate like here: https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/rust-analyzer/src/to_proto.rs.

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

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