What's everyone working on this week (3/2021)?

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

Our great sponsors
  • Mergify - Tired of breaking your main and manually rebasing outdated pull requests?
  • SonarLint - Clean code begins in your IDE with SonarLint
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • zknotes

    Zettelkasten implemented in rust, elm

    I'm messing around with my pre-alpha zettelkasten website, zknotes. I wrote it with sqlite initially but now I'm porting it over to indra-db, the rust graph database. Not sure if I'll go with indra or not, but graph queries in sqlite are pretty ugly, and slow.

  • slang-v2

    Simple scripting language interpreter

    I'm probably done with this for the forseeable future as of today but I've just made my first scripting language interpreter: https://github.com/mkhan45/slang-v2.

  • Mergify

    Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.

  • webdriver-install

    Fast and simple webdriver installation

    I started a new side-project last week that I want to 'finish' up until the end of the month: webdriver-install. It allows you to easily install different webdrivers for testing and/or usage in your application. I've already got `geckodriver` and `chromedriver` installation working on Linux and Windows. The next steps include MacOS support, finalizing the API and then a CLI. (`iedriver` and `edgedriver` support is planned as well)

  • jupyter-rust

    a docker container for jupyter notebooks for rust

  • moonfire-nvr

    Moonfire NVR, a security camera network video recorder

    Rewriting moonfire-nvr's installation guide to use Docker. A clean build on a Raspberry Pi 4 takes tens of minutes (or just fails on a 2 GiB machine without zramfs). Time to actually have proper cross compilation and pre-compiled binaries. Rewriting user docs isn't as much fun as coding but I'm trying to make myself actually finish it...

  • ferrumfix

    Financial Information eXchange protocol implemented in Rust

    2021 brought me a new sponsor for Fasters, so I'm super excited. It's a pure Rust implementation of the FIX suite of financial protocols. The amount of nitty gritty details is killing me, yet slowly but surely I'm making progress and I've dabbled a lot with code generation and proc-macro2 with darling to generate structs based on schemas provided by the FIX Org. Getting paid to write open-source Rust is awesome :)

  • ellalang

    A computer programming language interpreter written in Rust

    The parser + VM which can also be run in cli mode is here: https://github.com/lukechu10/ellalang

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

  • ellalang-playground

    A interactive and online playground for https://github.com/lukechu10/owllang.

    Just finished a working playground for my language here https://github.com/lukechu10/ellalang-playground

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