What’s everyone working on this week (2/2022)?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • strop

    Stochastically generates machine code

  • Still, slowly but surely, giving strop an overhaul, which I'm juggling around day job + personal life. Strop stochastically generates machine code to compute a given function. And doing this overhaul will let me

  • mos6502

    MOS 6502 emulator written in Rust (by mre)

  • Is the source available anywhere? I occasionally contribute to this one, it would be great to see another approach.

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

    Intuitive find and replace tool

  • 6502-emulator-rs

    6502 CPU Emulator written in Rust

  • Absolutely! You can find it here

  • acid_io

    Rust I/O for no_std

  • I just published the first version of acid_io to crates.io. It's a subset of std::io that works in #![no_std] crates.

  • rust

    Empowering everyone to build reliable and efficient software.

  • Read, Write et al. are unlikely to appear in stable Rust in the near future (see this issue). This crate is meant to bridge the gap between now and the time when (hopefully) core::io becomes available.

  • pixelliarmus

    This is a toy rust project that do Pixelliarmus spell on your pictures

  • I am working on my toy pixelate project. Directly from the readme: This is a toy rust project that does "Pixelliarmus" spell on your pictures. In simpler terms, images are shrank with the given factor and resized again to its original or given dimensions. https://github.com/retikulum/pixelliarmus

  • SaaSHub

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

    SaaSHub logo
  • bm

    Bookmark Manager

  • It is probably very simple but I’m working on a Shell Bookmark Manager.

  • static-xml

    serde-like serialization and deserialization of static Rust types in XML

  • I hit some writer's block with my XML serialization library, so I'm working on something smaller: an error crate that uses Google's "canonical error codes" as mentioned here.

  • wordtop

    | sort | uniq -c but in top-like form (pipe stream, it counts words and displays stats every N seconds)

  • My first rust program, "wordtop" https://github.com/kroemeke/wordtop - something like | sort | uniq -c | sort -n -k 1 | head but "live" (pipe text - for example tcpdump or whatever, get live count of "words" + words / second). Trying to add tui but it seems hard at this stage of my understanding of rust.

  • ENT

    Elementary Number Theory for Integers in Rust (by JASory)

  • NT 0.0.2. If you ever wanted logarithms for bigintegers, well there you go. Accepting requests for more number-theorectic functions as well, just fill out an issue. (or tweet/dm me).

  • basedrop

    a set of memory-management tools for real-time audio

  • I'm continuing to work on a new musical live performance software, Moiré. I just figured out how to make use of dynamically sized Vecs without allocating or deallocating in the audio thread using basedrop and rtrb. I'm using SixtyFPS for the GUI.

  • rtrb

    A realtime-safe single-producer single-consumer (SPSC) ring buffer

  • I'm continuing to work on a new musical live performance software, Moiré. I just figured out how to make use of dynamically sized Vecs without allocating or deallocating in the audio thread using basedrop and rtrb. I'm using SixtyFPS for the GUI.

  • Meadowlark

    A (currently incomplete) open-source Digital Audio Workstation

  • Have you looked into Meadowlark?

  • creek

    Realtime disk streaming IO for audio (by MeadowlarkDAW)

  • I'm using this creek library from RustyDAW for realtime safe decoding of audio files. It can also record to WAV. It would likely be useful for project as well.

  • SaaSHub

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

    SaaSHub logo
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

  • rbspy: A Sampling CPU Profiler for Ruby

    1 project | news.ycombinator.com | 3 May 2024
  • FLaNK Stack Weekly 11 Dec 2023

    31 projects | dev.to | 11 Dec 2023
  • Ripgrep 14 Released

    10 projects | news.ycombinator.com | 26 Nov 2023
  • netcrab: a networking tool

    4 projects | dev.to | 14 Oct 2023
  • When counting lines in Ruby randomly failed SerpApi deployments

    3 projects | dev.to | 7 Sep 2023