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

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

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

    Discontinued The ultimate task management solution for seamless organization and efficiency. (by done-devs)

  • I'm working on a rewrite of GNOME's To Do app, it's called Do!

  • Relm4

    Build truly native applications with ease!

  • I'm using gtk-rs and Relm4 to build it.

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

    Discontinued Rust bindings for GTK 3

  • I'm using gtk-rs and Relm4 to build it.

  • I'm working on a rewrite of GNOME's To Do app, it's called Do!

  • serde-this-or-that

    Custom deserialization for fields that can be specified as multiple types.

  • I was just working over the weekend on putting together a project, serde-this-or-that which is inspired by a blog post of a similar name, even though technically that blog post appears to discuss something slightly tangential to the matter. This project is inspired by a question posted on SO, which suggested a crate might be useful to deserialize cases where a json field has one of multiple possible multiple types (for example it could come as str or bool). I was also working on adding benchmarks, which this is actually the first crate where I have successfully put together benchmarks using criterion which I've been kind of nervous about using in general, but based on the docs it was pretty easy to set up so I'm kind of glad about that at least.

  • kache

    Cache Rust build products to S3 (by cargo-quick)

  • When writing https://github.com/cargo-quick/kache we found that the async compression crate was set up nicely for streaming with minimal overhead, but didn't support multithreaded compression (which the zstd crate does support in particular modes). In practice, we are targeting GitHub Actions runners, which only have 2 cores, so it didn't matter much.

  • toolbox-tuner

    Graphical application intended for use on Fedora Silverblue to manage containertoolbx.org containers.

  • Working on a GUI application for container toolbx.

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

    FIM is an Open Source Host-based file integrity monitoring tool that performs file system analysis, file integrity checking, real time alerting and provides Audit daemon data.

  • If you want to take a look or give me a hand I will be glad! :D https://github.com/Achiefs/fim/tree/17-add-http-endpoint

  • tui-rs

    Discontinued Build terminal user interfaces and dashboards using Rust

  • I'm currently planning to write a pandoc text user interface using tui-rs. I realize that a lot of people who are comfortable with command line prefer just typing the command (and there exist decent GUIs too), but I think it's a good exercise and I personally wouldn't mind having such utility.

  • pandoc

    Universal markup converter

  • I'm currently planning to write a pandoc text user interface using tui-rs. I realize that a lot of people who are comfortable with command line prefer just typing the command (and there exist decent GUIs too), but I think it's a good exercise and I personally wouldn't mind having such utility.

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