What's everyone working on this week (10/2022)?

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • strop

    Stochastically generates machine code

    I have been working on strop, which evolves a code sequence that computes a given function (you can use one of the built-in functions or define your own).

  • SaaSHub

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

    SaaSHub logo
  • mrust

    Monads for Rust

    I'm taking a course on Advanced Functional Programming, with a focus on monads). So, I wanted to implement nonads in Rust, which turned out to be a small type challenge. Next, I wanted something like Haskells do-notation. A larger challenge. I wrote a macro that hides monadic binds behind ?, much like it does for Option and Result but with "true" binding instead of just returning early. You can view an example of my efforts at my GitHub.

  • bonsaidb

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

    I'm working on a major refactoring of BonsaiDb, aiming to improve the design of several interrelated features. While it started by aiming to enable a non-async interface for BonsaiDb, I realized mid-refactor that another major refactor would be better to do simultaneously rather than separately. Thank goodness that refactoring in Rust is such a wonderful experience!

  • Rustlings

    :crab: Small exercises to get you used to reading and writing Rust code!

    Learning rust with rustlings

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

  • What use cases does Rust cover better than Go?

    6 projects | /r/rust | 30 Mar 2022
  • To-Do from CLI with Rust

    3 projects | dev.to | 12 Sep 2024
  • Rust from a Web perspective

    5 projects | dev.to | 24 Aug 2024
  • Up(sun) and running with Rust: The game-changer in systems programming

    2 projects | dev.to | 16 Jul 2024
  • GPUI 2 is now in production – Zed

    2 projects | news.ycombinator.com | 4 Jan 2024

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?