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

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

    Stochastically generates machine code

  • This week is going to be a good week for strop.

  • uom

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

  • There has been a recent flurry of PRs and issues for uom (type-safe zero-cost dimensional analysis) of which I've been reviewing and responding to. Coming soon will be support for complex numbers, the ability to cast between quantities with different underlying storage types (f32 -> u32, ...), and support for ln, exp, and related functions for ratio quantities.

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

    InfluxDB logo
  • cargo-mutants

    :zombie: Inject bugs and see if your tests catch them!

  • cargo-mutants got a couple of releases over the weekend, fixing some environment-triggered bugs on Windows and Linux ecryptfs, and adding a better overall progress indicator (demo: https://asciinema.org/a/481375). It is getting better at avoiding uninteresting or pointless mutations, although there's a lot more to do there, and at printing function name paths well.

  • sled

    the champagne of beta embedded databases

  • The Rust connection is that this was mentioned as an inspiration for Sled.

  • dock

    A tool for using Docker containers as environments (by eZanmoto)

  • I'm adding tests around the newest subcommand in dock, which is a thin wrapper around docker to streamline the use of Docker in a "development" context (as opposed to a deployment context). I recently added the run subcommand for running a command in the newest build of a Docker container, which will have certain configurable shortcuts, like running the command with the local user's ID, bind mounting the local project directory, and "nesting" the Docker daemon.

  • warp

    A super-easy, composable, web server framework for warp speeds. (by seanmonstar)

  • Fighting with warp to have a well-coded API for quickwit.

  • quickwit

    Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.

  • Fighting with warp to have a well-coded API for quickwit.

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

    Rayon: A data parallelism library for Rust

  • Also I'm trying to use Rayon everywhere in tantivy so that we can compile to WASM. I want to use tantivy on our website :)

  • tantivy

    Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust

  • Also I'm trying to use Rayon everywhere in tantivy so that we can compile to WASM. I want to use tantivy on our website :)

  • CompilerV3

  • Idk if it helps but I have a simple lúcete and compiler on my GitHub

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