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

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. zero2prod

    practice of zero2prod by luca (by dreamerlzl)

    Currently I am using a hygiene workaround like this: this

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

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

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

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

  6. ggez

    Rust library to create a Good Game Easily

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

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Godot Rust gdext: GDExtension Rust Game Dev Bindings

    3 projects | dev.to | 7 Aug 2024
  • Kira game audio library v0.8 - spatial sounds, modulators, compressor and EQ filter effects

    2 projects | /r/rust | 22 May 2023
  • I’ve fallen in love with rust so now what?

    10 projects | /r/rust | 21 May 2023
  • Are there any gamified learning tutorials?

    2 projects | /r/rust | 27 Apr 2023
  • Nannou – An open-source creative-coding framework for Rust

    16 projects | news.ycombinator.com | 4 Mar 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?