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

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

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

    SRT implementation in Rust

  • Playing around with making a self-hosted streaming website using the srt crate. I have a basic prototype, and currently trying to figure out where all the latency is coming from.

  • Clippy

    A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/

  • Currently working on reproducing a false positive in the unit_arg lint. The fix itself should be simple but I don't want to fix anything without having a testcase for it.

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

  • You can also follow along my progress on my issue dashboard if you want!

  • midi20

    Types and helpers for building MIDI 2 capable software in Rust

  • I published some initial work on MIDI 2 types and helpers. Right now, serializing/deserializing from byte streams as universal midi packets is supported.

  • cntrlr

    Simple, async embedded Rust

  • Working towards Cntrlr 0.2. SPI is the big addition compared to 0.1, and I want to try to get at least one other big feature in this week before I tag 0.2.0 next weekend (2 weeks after the release of 0.1.0).

  • napi-rs

    A framework for building compiled Node.js add-ons in Rust via Node-API

  • Slowly chipping away at a tree-sitter based syntax highlighter for Rust/Node using napi-rs. Still very much in a exploratory phase, but highlighting JS and TS works though it crashes on JSX/TSX.

  • miri

    An interpreter for Rust's mid-level intermediate representation

  • My current main project is a library of allocation-free data structures, which uses a lot of unsafe code. I like having a lot of doc-tests serving double duty as documentation and unit tests, but I wanted to get my Miri coverage up; copying all the examples into #[test] functions seemed too tedious, so I decided to help fix this year-old issue in Miri, though my prototype still needs a bit more work. This also required fixing a minor bug in rustdoc, which is now my first accepted PR to the main rust repo!

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

    Discontinued A computer programming language interpreter written in Rust

  • I am working on a computer programming language interpreter called Ella lang: https://github.com/lukechu10/ellalang

  • Rocket

    A web framework for Rust.

  • Well I have copied https://github.com/SergioBenitez/Rocket/blob/v0.4/examples/session/src/main.rs

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