What's everyone working on this week (23/2022)?

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

    Layer 4 load balancer with dynamic configuration loading (by bparli)

  • custom domain-specific load balancer based on convey code (https://github.com/bparli/convey)

  • strop

    Stochastically generates machine code

  • I am still working on strop. (TL;DR alternative to compiled code, it's evolved code. Tell it which function you want and which registers to use, and it'll randomly generate an assembly language program that does what you wanted)

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

    Units of measurement -- type-safe zero-cost dimensional analysis

  • I'm still working through uom's (type-safe zero-cost dimensional analysis ) PR backlog. Next us is adding #[must_use] attributes where appropriate. The attribute was only stabilized 4 years ago this month.

  • getargs

    A truly zero-cost argument parser for Rust

  • I'm currently working on bringing up getargs, which was abandoned on crates.io over 2 years ago. It has an API design that I agree with and I wanted to make it great, so I'm giving it a visit from the PR fairy.

  • tools

  • I'm working on a (rust wrapper for the mcuboot bootloader)[https://gitlab.com/bern-rtos/tools/bootloader]. I find it quite tricky due to the way the original mcuboot project was programmed and in hindsight I should probably have started something from scratch. However, it is a fantastic learning exercise in FFI's and at this point its almost feature complete so I might as well finish it.

  • rust-beginner-projects

    Rust projects for beginners to familiarise themselves with rust

  • Simple projects for beginners https://github.com/vincent-thomas/rust-beginner-projects Next is adding better docs

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