-
socketioxide
A socket.io server implementation in Rust that integrates with the Tower ecosystem and the Tokio stack.
Still working on socketioxide ! It's going to be 3 months since I started.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
It is a socket.io server implemented as a tower layer in rust so it integrates really well with anything based on tower (Axum,Warp,Hyper). Two other persons started to contribute so I'm really happy.
-
Ascii-fluid-simulation-deobfuscated
the best de-obfuscated version of Yusuke Endoh's "Most complex ASCII fluid" obfuscated C code competition 2012 entry
Something I eyed for quite some time is a fluid simulation inside your terminal like this
-
I worked on this last week: https://github.com/MashyBasker/morse
-
Still working on mt TUI app Tui-Journal After the big release the last weekend. Currently I'm working on integrating MakeFile the CI/CD pipelines and I'm contributing to other TUI projects to get familiar with other brilliant approaches for TUI applications in rust.
-
Working on my Bachelor's thesis - a QUIC-based VPN server and client. https://github.com/M0dEx/quincy
-
Got the basics of my automated asciinema asciicast generator working yesterday. It's primarily designed for automating the creation of terminal app demos, similar to the one I have for podlet.
-
Hmm, actually I’m not sure. It depends on the implementation of concurrent-queue, since it is built on top of it.
-
Working on an arm64 instruction encoding api, will use it later for a minimal jit-compiler
-
Trying to get logistic regression to work for RustQuant
-
An Aseprite file loader that parses .ase files and hotloads them directly into my game engine’s animation asset format.
-
I just started learning Rust, but I will begin building a brute-force tool. Hydra is great but lacks updates, IMHO. I started using Golang, but it sucks (I love the Go language, but it sucks for this type of task).
-
Working on Libfprint-rs a wrapper around libfprint-2 library (without all the glib bs) which lets you interact with supported fingerprint sensors. I'm not very experience when it comes to unsafe Rust so the library is not yet stable but is usable, I'm using raw pointers to make callbacks using functions defined in Rust so that's fun. Any feedback is welcome!
-
See here for some numbers. The relevant code lives inside the diesel github repository. Please also keep in mind that these are just numbers and you should run those these on your own and also run tests with your actual work load.
-
Still working on Rosali - A Kubernetes IDE. I'm learning both Rust and Vuejs and it's been a fun time. I got a lot of the viewing resources work done so I've been working a lot on the look and feel before I start on the editing and updating work.