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

    It's quite literally just the Minimum X and Y, plus the Expand With and Expand Height flags and the Expand X and Y factors. https://gitlab.com/JackRedstonia/stacks/-/blob/master/src/framework/widgets/layout_size.rs#L105

  • CleanIt

    Open-source Autonomy Software in Rust-lang using gRPC for the Roomba series robot vacuum cleaners. Under development.

    Project: https://github.com/Sollimann/CleanIt

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

  • bitgeon

    P2P file sharing project

    I've gotten back to working on my first bigger Rust project (really the biggest project I've commited to in any language so far, I think): A terminal based P2P file sharing program.

  • tail

    My implementation of the tail tool to (continuously) read the tail end of a file. See https://en.wikipedia.org/wiki/Tail_(Unix) (by LeCyberDucky)

    Since the program takes over the terminal when running, my trusty old debugging method of adding print statements everywhere doesn't work all too well here. Therefore, I took on the side quest of creating my own version of the UNIX tool "tail" this weekend. I'll write my debugging statements to a file instead and then use this tool to monitor that file. There are ways to achieve this without writing my own tool, but I wasn't completely satisfied with the stuff I tried (I'm on Windows), so I thought it would be fun and hopefully be too big a detour to implement it myself.

  • butido

    Build Linux packages using Docker Containers

    Thankfully, my employer allowed to opensource the software under EPL 2.0, it can be found on the employers github: https://github.com/science-computing/butido/ (just as a mirror) and on sourcehut (for contributions, etc): https://sr.ht/~matthiasbeyer/butido/

  • stream_log_viewer

    Viewer for logs written to Redis streams

    I've been building a simple log aggregator: https://github.com/mlh758/stream_log_viewer

  • shmem-ipc

    Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.

    shmem-ipc repository

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

  • defcon

    External monitoring tool

    I am continuing building an external monitoring solution called Defcon. See it as some kind of multi-location uptime checker, but not just for HTTP.

  • cacao

    Rust bindings for AppKit (macOS) and UIKit (iOS/tvOS). Experimental, but working!

    I pushed up a todo-list example for Cacao, a macOS (and eventually, iOS) GUI framework I've been hacking on.

  • diesel

    A safe, extensible ORM and Query Builder for Rust

    Planning to finish up the derive syntax refactor in diesel. https://github.com/diesel-rs/diesel/pull/2626

  • mos

    An assembler, code formatter, language server and debug adapter for the MOS 6502 CPU. (by datatrash)

    Having said that, you're welcome to follow the repo on GitHub.

  • ethane

    Ethane is an alternative web3 implementation with the aim of being slim and simple.

    Project: Ethane

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