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

    A 3D RTS game implemented in Rust. (by DigitalExtinction)

  • Week after week, I am working on Digital Extinction, a real-time strategy game build with Bevy engine.

  • alttp_vt_randomizer

    ALttP VT Randomizer and API

  • I've been working on a reimplementation of the A Link to the Past Randomizer as a rust library. There's a lot that rust brings to the table outside performance but mostly the randomization part is basically this constraint solving problem where the more interesting things you want to be able to do, the more sophisticated your model has to be, and the more work that needs to be done to ensure a valid, beatable configuration. So rust offers a way to more finely design our data structures from basic primitives

  • 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
  • starling-rust

    A rust client for the Starling API

  • picture

    a fast and flexible image manipulation crate. (by vxpm)

  • i'm working on adding more features to my first crate, picture! it's an image manipulation crate (if the name didn't give it away)

  • illa-builder

    Low-code platform allows you to build business apps, enables you to quickly create internal tools such as dashboard, crud app, admin panel, crm, cms, etc. Supports PostgreSQL, MySQL, Supabase, GraphQL, MongoDB, MSSQL, Rest API, Hugging Face, Redis, etc. Automate workflows with schedule or webhook. Open source Retool.

  • I am working on ILLA Cloud, a low-code tool developing platform. Alternative to retool and appsmith.

  • hyper

    An HTTP library for Rust (by hyperium)

  • The hardest part is that if you get a Hyper trait wrong, you get just pages and pages of marginally helpful errors. If this was my first encounter with Rust it wouldn't be a good impression. Probably for good reasons lots of Hyper public interfaces have a lot of type parameters and some of its public functions return private types https://github.com/hyperium/hyper/issues/2051.

  • laydown

    Always know what you're going to say at Daily Standup.

  • I just hit 2.0 of my small CLI app - https://github.com/badjr13/laydown - after switching from standard library to Clap for the argument parsing which ever so slightly changed the API. Right now I'm focusing on wrapping up some testing and completing a basic CI/CD pipeline using GitHub actions.

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