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

  • It reduces the burden of keeping data-objects up to date across the network: https://gitlab.com/yunta/hakuban/-/blob/main/README.md

  • sysinfo

    Cross-platform library to fetch system information

  • I've been working on FreeBSD support for sysinfo. I'm very new to both FreeBSD and unsafe Rust, so I have the Nomicon open in one monitor, and the FreeBSD man pages and source open in another.

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

    It is not england :)

  • uom

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

  • I've finally made a bit of time for uom (type-safe zero-cost dimensional analysis) again. I've started work again on a PR to update to the latest quickcheck version and merged PRs from remilauzier to update other dependencies.

  • musium

    Music playback daemon with web-based library browser

  • I am adding SQLite persistence to my music player. Previously it would scan the entire library at startup, which can take a few minutes with spinning disks. With the database, I only have to read the files that changed since the last scan, and reading the database should be less random IO than reading the headers of thousands of files all over the disk.

  • rusty-german

  • Improving the exercise selection in my project. Now is fully random, I want it to remember the exercises that I generally respond wrong and it should appear more often. The first step was a simple text log, next SQLite, and modifying the actual exercise selection with the help of the data stored. I created this project to help me learn german. https://github.com/bateramos/rusty-german

  • kdash

    A simple and fast dashboard for Kubernetes

  • Mostly KDash and if possible progress on a JHipster blueprint for Rust microservices

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

    JHipster, much like Spring initializr, is a generator to create a boilerplate backend application, but also with an integrated front end implementation in React, Vue or Angular. In their own words, it "Is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures."

  • Mostly KDash and if possible progress on a JHipster blueprint for Rust microservices

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