What's everyone working on this week (1/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
  • gloo

    A modular toolkit for building fast, reliable Web applications and libraries with Rust and WASM (by rustwasm)

  • Hoping to get this PR finished up and merged. It's mostly done, just need a second set of eyes to make sure I didn't fuck something up

  • nom

    Rust parser combinator framework

  • Also trying nom. I recently published on NuGet a source generator based on a parser combinator in C# and it taught me enough about how they work to want to finally figure out nom. Porting the code as a training exercise only.

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

    A map plotter library for Rust.

  • I'm working on my first library: https://github.com/ondt/mapplot. It's used to plot geographic data on various maps (HTML, SVG, PNG).

  • umgebung

    Discontinued Cross-Platform Reality Simulator

  • Planning out a 3D GUI application (https://github.com/Umgebung/Umgebung) that will simulate the Universe (from the smallest scales to the largest), starting from the Big Bang.

  • rust_os

    My hobby operating system microkernel written in Rust (by Dentosal)

  • TCP/IP support for my operating system. I'm currently creating an abstract TCP socket library called tcpstate to make this possible. Got my first HTTP response from a real website yesterday!

  • tcpstate

    Abstract TCP socket implementation in Rust

  • TCP/IP support for my operating system. I'm currently creating an abstract TCP socket library called tcpstate to make this possible. Got my first HTTP response from a real website yesterday!

  • strop

    Stochastically generates machine code

  • I'm still doing a little bit of work to strop, but it needs a major refactor. So it's sitting in the back of my head while I try and figure out the best way to structure this all.

  • SaaSHub

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

    SaaSHub logo
  • Fabled-Engine

    Self Study on developing a game engine using wgpu as the rendering API. Learning as I go.

  • Building a custom game engine with rust (first time ever creating a game engine). https://github.com/KDahir247/Fabled-Engine Always wanted to be a game engine engineer, so what better project then a project that matches the doorway to my future aspire.

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

  • Show HN: Rust nom parsing Starcraft2 Replays into Arrow for Polars data analysis

    10 projects | news.ycombinator.com | 4 Oct 2023
  • Is this a good way to free up some memory?

    2 projects | /r/rust | 23 Jun 2023
  • Tokenizing

    1 project | /r/learnprogramming | 22 May 2023
  • Something like pydantic but for just strings?

    1 project | /r/learnpython | 21 May 2023
  • Nom: Parser Combinators Library in Rust

    1 project | news.ycombinator.com | 18 Apr 2023