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

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rust

    Empowering everyone to build reliable and efficient software.

    For completeness: I've tested this on various nightly versions, but I can't test it on anything newer than 2022-10-18, due to https://github.com/rust-lang/rust/issues/106576

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • bevy_egui

    This crate provides an Egui integration for the Bevy game engine. πŸ‡ΊπŸ‡¦ Please support the Ukrainian army: https://savelife.in.ua/en/

    fwiw, I've had a blast using https://github.com/mvlabat/bevy_egui - you might find it easier as well.

  • launcher-tui

    my launcher

  • river

    [mirror] A dynamic tiling Wayland compositor (by riverwm)

    riverwm wayland compositor

  • miniserde

    Data structure serialization library with several opposite design goals from Serde

    It's pretty common to avoid macros as they can seem too magical a lot of the time. And with traits, there's experiments like miniserde which specifically avoid monomorphization overhead. I also see people who want to avoid having lots of dependencies relatively often.

  • sycamore

    A library for creating reactive web apps in Rust and WebAssembly

  • perseus

    A state-driven web development framework for Rust with full support for server-side rendering and static generation.

  • SaaSHub

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

    SaaSHub logo
  • ggez

    Rust library to create a Good Game Easily

    https://github.com/ggez/ggez/issues/1158 For this is it as simple as changing the methods to take &Image, .clone() it inside and use that or is cloning missing the point of the change?

  • ufmt

    a smaller, faster and panic-free alternative to core::fmt (by japaric)

    ufmt (which I presume you're actually using on AVR) used to have a bug where it didn't correctly print larger numbers (https://github.com/japaric/ufmt/issues/28), but this actually seems to be a bug in the compiler, because something like this:

  • sea-query

    πŸ”± A dynamic SQL query builder for MySQL, Postgres and SQLite

    The main limitation of prepared statement is that you can only insert values, so you cannot dynamically construct the query depending on the parameters. For that, you can use a query builder such as sea-query, which should handle that.

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

  • What Are Const Generics and How Are They Used in Rust?

    3 projects | dev.to | 25 Mar 2024
  • Error on adding Default Bevy Plugins

    2 projects | /r/bevy | 29 May 2023
  • OK so whose gonna tell them

    5 projects | /r/rustjerk | 12 Mar 2023
  • Bevy Rust-GPU joins the fray! πŸ¦€ Write shaders in rust-gpu, and hot-rebuild them from a bevy app at edit-time.

    11 projects | /r/bevy | 3 Mar 2023
  • what will be next gpu ripper

    2 projects | /r/pcmasterrace | 3 Mar 2023