Hey Rustaceans! Got a question? Ask here! (49/2022)!

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • advent-of-code-2022

    🎄 My solutions to Advent of Code 2022. (by v-shenoy)

  • Mentioning it again, I am doing Advent of Code in Rust this year. Link to repo if anyone's interested.

  • rust

    Empowering everyone to build reliable and efficient software.

  • My understanding of the Rust compilation pipeline is that rustc first compiles to MIR in various stages, then rustc_codegen_llvm generates LLVM IR from MIR, which is then fed into LLVM for final compilation. So why doesn't Rust support every LLVM target, if it produces target-independent LLVM IR?

  • 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
  • aoc-2022-rust

    Solutions for Advent of Code 2022

  • I'm using this years [Advent of Code](https://adventofcode.com/2022/day/5) to learn some Rust. As I'm currently mostly programming Java I assume, I do many things not idiomatic. Here is solution for [day 5](https://github.com/tobidope/aoc-2022-rust/blob/main/day05/src/main.rs). What do you think?

  • pfbox

    Physics field simulations sandbox

  • Thank you very much! If you are curious, here is my github, feel free to ask more questions on my project, any help or curiosity is welcomed!

  • Kaitai Struct

    Kaitai Struct: declarative language to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Nim / Perl / PHP / Python / Ruby

  • Optimal solution for me would be something like Kaitai Struct with rust generators and serialization support.

  • AdventOfCode

    Advent of code solutions (by SvenGroot)

  • Here's my code if you want to take a look.

  • crates.io

    The Rust package registry

  • Alternatively, you could leverage the fact that you're not the first one to tackle this issue, and use some garbage collected graph datastructure. If you search for graph/tree on crates.io you'll find many examples.

  • SaaSHub

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

    SaaSHub logo
  • prost

    PROST! a Protocol Buffers implementation for the Rust Language

  • You could use Protocol buffers to define a message type, then use prost to generate encoding/decoding code for that type.

  • rfcs

    RFCs for changes to Rust

  • Not yet, AFAIK. There was an alloca-RFC by me some 6 years ago, but that went nowhere.

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

  • Experienced C++ users: what do you like about Rust? How would you sell it to other C++ users?

    4 projects | /r/rust | 14 Dec 2022
  • Generics in Rust: murky waters of implementing foreign traits on foreign types

    2 projects | dev.to | 3 Jun 2024
  • Fivefold Slower Compared to Go? Optimizing Rust's Protobuf Decoding Performance

    10 projects | news.ycombinator.com | 12 Apr 2024
  • Ask HN: What April Fools jokes have you noticed this year?

    1 project | news.ycombinator.com | 1 Apr 2024
  • Rust to add large language models to the standard library

    1 project | news.ycombinator.com | 1 Apr 2024