What’s everyone working on this week (8/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
  • MakeGestureDataset

    A Rust GUI application to quickly put together a dataset of gestures.

  • Link to repo with Windows build and source: https://github.com/JosephCatrambone/MakeGestureDataset

  • cargo-msrv

    🦀 Find the minimum supported Rust version (MSRV) for your project

  • I'll be switching over the CLI of cargo-msrv, from Clap's builder methods to the attribute macro. I hope this will simplify the configuration, as my Config and ConfigBuilder structs (which were build from Clap's ArgMatches) was growing fast, and becoming slightly unorganized. With the attribute macro, the config will be constructed directly by code generated by the macro. The mostly saves one intermediate step, and a lot of boilerplate.

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

    A Rust crate that defines the ToBoundedStatic and IntoBoundedStatic traits

  • Finished off and published the (very niche) bounded_static crate.

  • Vital-Utilities

    Vital Utilities. Modern Windows Task Manager alternative with bells and whistles

  • competitive-programming-rs

    Algorithm Snippets for Competitive Programming in Rust

  • This week I read about FnMut and FnOnce. I also found some amazing Rust code for parsing input/output for competitive programming , and solved all the google kickstart problems using it. I made two one hour video of my efforts starting here: https://youtu.be/EvL5YfPw8Ts

  • pdc

  • I'm working on the interface for my load testing tool pdc! Right now it has a simple `rust-tui`/`crossterm` interface that shows a graph of the current send rate of `pdc`. It feels a little tacked on (because it is), and a refactor would go a long way.

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