What’s everyone working on this week (13/2021)?

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

    A better compressed bitset in Rust

    I have implemented a better way of specifying ranges to be inserted or removed from a RoaringBitmap by using the RangeBounds trait. The roaring-rs library exposes fast data-structures to do set operations, like intersections and unions.

  • rtweekend-rs

    My rust program made while reading RayTracingInOneWeekend

    Yesterday I finished reading Raytracing In One Weekend, and I implemented it in rust (https://github.com/nico-abram/rtweekend-rs)

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

  • konst

    Const equivalents of std functions, compile-time comparison, and parsing.

    Continuing to work on konst, last week I added const parsing functions for integers (and bool), and many const equivalents of Option and Result methods, among other things.

  • blockpaint

    Discontinued Draw graphics with your mouse in the terminal! [Moved to: https://github.com/wooster0/blockpaint]

    I am working on a painting program for the terminal that is usable with the mouse. https://github.com/r00ster91/blockpaint Today I pushed a huge commit with lots of refactoring and improvements over what I did before. It was never meant to be so big but I got so sidetracked all the time with things I wanted to do here and there that it turned out this big. There's still lots of things to work on but if anyone wants to try it out I'd be happy.

  • atomic-server

    An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.

    I'm working on a plugin system in Atomic, which is a database for typed linked data. It's supposed to become a personalized data server (similar to the Solid project, but) with server side extensibility. Creating this abstraction is proving to be one of the most challenging things for me. I'm really glad that this tutorial on wasm plugins exist, though.

  • sycamore

    A library for creating reactive web apps in Rust and WebAssembly

    Working on SSR support in maple! Rendering a template to a string is already working. The next step would be hydrating template with state on the client side.

  • hex_viewer

    Discontinued terminal hex viewer

    I made my own hex viewer for terminal in rust! It was a lot of fun. https://github.com/vvayn3tseng/hex_viewer. Hope it's useful.

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

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