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

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • wezterm

    A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust

    I've resolved to contribute to wezterm, a rust terminal emulator with a built in multiplexer that I switched to last week. In particular I'm having trouble getting the built in ssh command working that allows me to connect once and open new tabs connected to that server without connecting again. It's not parsing ~/.ssh/config quite right so I studied the code and I think I might be able to resolve it. It's going to involve getting all the basics going like rust analyzer, rustfmt and clippy in my editor. My first real contribution to a rust project.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • css-minify

    Rust driven css minifier

    I'm coding an assembler for Metamath Zero binary proof files. I've been using css-minify as a reference for how to use nom to build the parser.

  • work_tracker

    Time track window and application usage on X11 systems

    Over the weekend, I built a little tool, to track how I spend my time when sitting in front of the computer. https://github.com/schickst/work_tracker

  • electronics

    digital logic sim

    I'm still working on my digital electronics/logic simulator: https://github.com/mkhan45/SIMple-Electronics

  • cpp-from-the-sky-down

    I am using sqlite as the database via rusqlite. I am using my own project: tagged_rusqlite (cpp-from-the-sky-down/rust/tagged_rusqlite at master ยท google/cpp-from-the-sky-down (github.com) ) on top of rusqlite for strongly typed rows and query params.

  • litestream

    Streaming replication for SQLite.

    To back up the sqlite database, I am using https://litestream.io/ to continuously back up the database to Backblaze B2.

  • battery_pal_windows

    A simple windows notification area icon

    Created a small resident windows program that shows a different icon depending on battery level test how easy using windows-rs and native-windows-gui is. Picked this as an easy learning project after seeing Battery Buddy for macOS.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Native Windows GUI

    A light windows GUI toolkit for rust

    Created a small resident windows program that shows a different icon depending on battery level test how easy using windows-rs and native-windows-gui is. Picked this as an easy learning project after seeing Battery Buddy for macOS.

  • windows-rs

    Rust for Windows

    Overall it both were easy to use, and the confusing issue i ran into with windows-rs was pinned under issues.. I do wish it supported events as well.

  • bonsaidb

    A developer-friendly document database that grows with you, written in Rust

    I'm working on a CouchDB-inspired document-database written in Rust, PliantDB. It's still early in development, but as of yesterday, the main branch now has both local access and client/server access initial implementations.

  • quinn

    Async-friendly QUIC implementation in Rust

    I'm using sled for the underlying ACID-compliant, transactional storage engine, and the primary networking protocol is using quinn.

  • whattheframe

    I've been working on WhatTheFrame, a GTK4 profiler.

  • mos

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

    Still working on mos, my 6502 assembler + toolchain. I've spent some evenings getting up to speed with the Debug Adapter Protocol, which allows me to provide a debugger in supported IDEs (like Visual Studio Code). Currently I'm wiring up the VICE emulator to this.

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

  • Winsafe: Low-level Windows API and GUI in safe, idiomatic Rust

    1 project | news.ycombinator.com | 1 Aug 2024
  • Writing GUI apps for Windows is painful

    23 projects | news.ycombinator.com | 30 Jun 2024
  • Sorry... what diskette?

    1 project | /r/softwaregore | 1 Jul 2023
  • Accessing List of Installed Apps on Windows 11

    1 project | /r/rust | 27 Jun 2023
  • What are the scenarios where "Rewrite it in Rust" didn't meet your expectations or couldn't be successfully implemented?

    16 projects | /r/rust | 9 Jun 2023