Hey Rustaceans! Got an easy question? Ask here (2/2022)!

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

    A native gRPC client & server implementation with async/await support.

  • For generating server and client code from an interface description, you may try tonic for gRPC with protobuf as your interface language, or tarpc if you want to describe the API in Rust.

  • esper.rs

  • My code is here if you want to take a look: https://gitlab.com/Askerad/esper.rs

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

    An RPC framework for Rust with a focus on ease of use.

  • For generating server and client code from an interface description, you may try tonic for gRPC with protobuf as your interface language, or tarpc if you want to describe the API in Rust.

  • nomicon

    The Dark Arts of Advanced and Unsafe Rust Programming

  • I'm not sure if this matches what you are looking for, but perhaps The Little Book of Rust Books is of interest to you? It links to resources like The Rustonomicon, for example.

  • pixels

    A tiny hardware-accelerated pixel frame buffer. 🦀

  • using egui/eframe, is there any way to draw a pixels surface into it? (not the other way around, i don't want egui on top of a pixels window)

  • go

    The Go programming language

  • This issue appears to reflect the current state of things but doesn't go into much detail: https://github.com/golang/go/issues/36365

  • rust

    Empowering everyone to build reliable and efficient software.

  • What controls the version of the std docs that show on doc.rust-lang.org? I see it says the docs are for the most recent Rust version 1.58.0, but the docs for PartialOrd don't contain an example that I added that should have been in there since 1.56.0.

  • 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
  • rust-modules-example

  • Module discovery and path naming were also very confusing for me when I first started with Rust. /u/masklinn gave a great explanation of your situation, but I thought it'd be helpful to also have an example of the different ways you can declare, import, and use modules. I put together a repo here: https://github.com/pmsanford/rust-modules-example that attempts to show this which you can clone and play around with yourself. I hope it's helpful.

  • blog.rust-lang.org

    Home of the Rust and Inside Rust blogs

  • Every release gets an entry on https://blog.rust-lang.org that has release notes.

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