Hey Rustaceans! Got a question? Ask here (9/2023)!

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

    practice of zero2prod by luca (by dreamerlzl)

  • Currently I am using a hygiene workaround like this: this

  • Rustlings

    :crab: Small exercises to get you used to reading and writing Rust code!

  • Well, he said it'd be rough. If you're using pen and paper that's great, if you're frustrated it's not. If you like guided exercises, but one more linked list will induce vomiting, you should know that [Rustlings](https://github.com/rust-lang/rustlings) is the gold standard.

  • 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
  • cargo-edit

    A utility for managing cargo dependencies from the command line.

  • You can also see how other crates do it. For example, cargo-edit is just like that - a single package with a library with a couple of small cli wrappers around it. You can compare their Cargo.toml to yours, maybe there is something different about them.

  • hound

    A wav encoding and decoding library in Rust (by ruuda)

  • One of the simplest encodings would be WAV, for which the crate hound exists (it's linked from rodio's README): https://github.com/ruuda/hound/blob/master/examples/append.rs

  • ggez

    Rust library to create a Good Game Easily

  • ggez also looks pretty straightforward and simple to get graphics moving around quick and easy.

  • 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