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

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

    Image Search Engine in Rust

  • Still working on my desktop image search engine, though less on the Rust side and more on the machine learning side. I'm doing some image synthesis to train the OCR model (for in-image text search) and I've been bike-shedding about how to get things together.

  • intellij-rust

    Rust plugin for the IntelliJ Platform

  • Recently I've made a couple of compiler inspections for IntelliJ-Rust (redundant_semicolons, path_statements) and prototyped the highlighting for dynamically dispatched method calls.

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

    The repository for https://arewegameyet.rs

  • I also started collecting news for July's gamedev.rs/news issue and experimenting with adding a special "archive" category for unmaintained projects on arewegameyet.rs.

  • ivm

    Discontinued An experimental, well-documented and expansion-ready virtual machine written in Rust.

  • Working on my VM project, ivm, trying to squeeze every last optimization out of it before I start adding operators šŸ˜‚

  • rss_r

  • Working on an rss reader, to see if i could get egui working as a front end of a webserver. So far it's been able to do everything I needed šŸ˜ƒ https://github.com/Wcubed/rss_r

  • openssh

    Scriptable SSH through OpenSSH in Rust

  • Released openssh-sftp-client 0.11.0 and worked on openssh-rust/openssh

  • awspolicy

    AWS Policy Simulator

  • I'm working on an offline AWS IAM policy simulator. It's partly a learning tool for myself, but I'm also thinking about ways it could be used in CI/CD.

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

    The Rust package registry

  • I'm open to any suggestions, questions or comments on the crate. this is my first crate in crates.io

  • nearby

    šŸæļø A collection of projects focused on connectivity that enable building cross-device experiences.

  • You may want to check this project out: https://github.com/google/nearby. It is in C++, though. It is a medium agnostic socket over bt and wifi. It seems similar to what you are trying to do.

  • Open Source Routing Machine (OSRM)

    Open Source Routing Machine - C++ backend

  • I am creating Rust bindings to https://github.com/Project-OSRM/osrm-backend using autocxx. This allows for fast routing on openstreetmap data. They have a nodejs server, but I'm going to write a Rust one with these new bindings. I am finding that many of the config classes in C++ are't Plain-Old-Data structures, so are opaque structs, so I have to write getters and setters in C++.

  • geolocate

    A CLI app for fetching geolocation data from IP addresses

  • Iā€™m working on an IP geolocation data fetcher. So far it only fetches from https://ipgeolocation.io but I plan to add other services as well.

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