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

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • cargo-proc-macro

    Kickstart a proc-macro project with a straight-forward template.

  • I'm looking into writing a custom derive macro :) Since I know that the setup is a bit difficult, I was wondering if there is any up-to-date procmacro template, that supports unit testing the macro and uses syn and quote ideally. I found (https://github.com/bbqsrc/cargo-proc-macro) which seems to be unmaintained :(

  • bincode

    A binary encoder / decoder implementation in Rust.

  • Ermm... actually I meant something like this: playground, but then I realized it's basically (de)serialization, and I just found that we already have a crate for that: bincode.

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

    A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb

  • Is there any easy to use OpenGL/Vulkan overlay library in Rust? I have no experience in graphics programming but I want to crate an overlay HUD like MangHUD.

  • advent-of-code-rust

    🎄Starter template for solving Advent of Code in Rust.

  • I know you mentioned you were using this an exercise to learn macros so feel free to ignore this, but I like using this template repository for Advent of Code. It treats each day as a separate binary, but main.rs will run through all the days.

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