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

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • uom

    Units of measurement -- type-safe zero-cost dimensional analysis

  • I finally completed uom's (type-safe zero-cost dimensional analysis) upgrade to quickcheck 1.0. This ended up taking so much effort because quickcheck 1.0's random number generator has a much more diverse selection of numbers and found a number of floating point precision issues.

  • rrs

    Rust RISC-V Simulator

  • I'm implementing more of a RISC-V instruction set simulator I started a while ago: https://github.com/GregAC/rrs

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

    WorkOS logo
  • xv6-riscv

    Xv6 for RISC-V

  • I've got the basic 32-bit RISC-V ISA implemented (I and M for those who know RISC-V) and am now working on CSRs and exceptions. Following that I'll begin looking at page tables and such with the eventual goal of being able to boot an OS (probably https://github.com/mit-pdos/xv6-riscv first, then Linux).

  • lambda-calculus

    A lambda calculus interpreter that works on desktop and wasm (by nstoddard)

  • I'm working on a Lambda Calculus interpreter that compiles to WebAssembly. It uses Yew for the UI, and nom for parsing.

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