Hey Rustaceans! Got a question? Ask here! (48/2022)!

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_chat

  • Hey everyone,i'm quite new to Rust and also such low level programming in generalI've made a simple client and server based chat application, as a project for my networking class: https://github.com/SaharshSamir/rust_chatI showed this to my professor and he wants some acknowledgement to the client that their message was delivered. I can't seem to figure out how i would implement that.

  • adventofcode22

  • Full code for reference: https://github.com/Jorissss/adventofcode22/blob/b8cead1b5c222a02a506cbbf6c98966bfdeb3759/day2/src/main.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.

    WorkOS logo
  • arena

    A compact generational arena data structure for Rust. (by ChevyRay)

  • I have a packed generational arena data structure I actually use for these situations as well, which allows me to remove values without worrying about indices going invalid.

  • rustfmt

    Format Rust code

  • rustfmt is the official formatter.

  • sanitizers

    AddressSanitizer, ThreadSanitizer, MemorySanitizer

  • People with a lot more money and resources than the Mozilla foundation have been trying to do that, because they have giant C++ codebases which they can't afford to rewrite, possibly ever. Google to name but one. asan, tsan, msan, ubsan are literally google projects, and their internal code style is know to be rather draconian.

  • carbon-lang

    Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)

  • And yet even they have become rust-curious with seemingly good results, as well as consider literally writing their own C++ compatible language.

  • rust

    Empowering everyone to build reliable and efficient software.

  • That seems like a shortcoming of the unused code check more than anything else. The unused code check is best-effort and is not guaranteed to catch all cases. I did a quick test on my computer and I don't get an unused code warning even when the trait isn't implemented at all. Here's a related tracking issue.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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