Hey Rustaceans! Got an easy question? Ask here (21/2021)!

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

    Empowering everyone to build reliable and efficient software.

  • Somewhat unluckily, rustc currently has troubles inferring HRTB for closures and, from time to time, needs a helping hand:

  • log

    Logging implementation for Rust (by rust-lang)

  • Something like fern or log4rs should be able to be configurable in any way you like. It might be possible to use one of the less complex options as well. Choose one that works for you from the executables section here.

  • 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
  • serde-repr

    Serialize and deserialize C-like enum as underlying repr

  • The other issue is that it looks like serde_repr will not generate correct code for #[repr(C)] enums as it appears to interpret the bit inside #[repr(...)] as an integer type: https://github.com/dtolnay/serde-repr/blob/master/src/lib.rs#L60

  • sccache

    Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.

  • hmm... this could be https://github.com/mozilla/sccache/issues/1000

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