What’s everyone working on this week (8/2021)?

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

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. CalcuLaTeX

    A pretty printing calculator language with support for units. Makes calculations easier and more presentable with real time LaTeX output, along with support for units, variables, and mathematical functions.

    I'm still working on https://github.com/mkhan45/CalcuLaTeX. I'm hoping for it to be ready for my chemistry quiz next week. I've created a very basic web interface via WASM here: https://mkhan45.github.io/CalcuLaTeX-Web/.

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. Aprendo

  4. traits

    Collection of cryptography-related traits (by RustCrypto)

    I finally dusted off my barely-working git hosting solution and added a basic user account system. It took me some time to understand how exactly I was supposed to use password-hash in combination with my hashing function of choice, as well as with the DB. Using sqlx together with Rocket turned out to be somewhat easy once I figured out that I should disregard the built-in database support, since it's seemingly incompatible with sqlx.

  5. magic-wormhole.rs

    Rust implementation of Magic Wormhole, with new features and enhancements

    I'm contributing for some magic-wormhole issues, the book of rust-clippy , and exercism rust track ... Thank Almighty Allah.

  6. mos

    An assembler, code formatter, language server and debug adapter for the MOS 6502 CPU. (by datatrash)

    I just released version 0.1.0 of my 6502 assembler/formatter called MOS! Really happy about it, since it's the first side-project I've actually managed to get to this state in a VERY long time.

  7. tinyrenderer

    A brief computer graphics / rendering course

    Working on a clone of https://github.com/ssloy/tinyrenderer/wiki in rust. I sorta got a templated linear algebra library working (in house, not imported) but it did not play nice with triangle filling so I'm scrapping it to take a different approach.

  8. nlprule

    A fast, low-resource Natural Language Processing and Text Correction library written in Rust.

    I'm working on https://github.com/bminixhofer/nlprule, a library for NLP (sentence segmentation, part-of-speech tagging, chunking, ..) and Grammatical Error Correction.

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. gbench

    I'm working on my first crate. It's a tracing tool: https://github.com/maksimil/gbench

  11. oxidoist-api

    A Rust Crate providing an API wrapper for Todoist.

    API | CLI

  12. monolith

    ⬛️ CLI tool and library for saving complete web pages as a single HTML file

    Improvements and fixes for my baby, https://github.com/Y2Z/monolith

  13. google-hashcode-template

    Google Hashcode Rust Template

    Preparing a Google Hashcode Rust template: https://github.com/PicoJr/google-hashcode-template

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

Did you know that Rust is
the 5th most popular programming language
based on number of references?