Windows Hello™ style facial authentication for Linux written in Rust - saanuregh/hola... (more…)
Read more »
I recently got my hands on an ESP32 microcontroller for hacking purpose and successfully ran Rust code on it 🦀
Installing the tools First, you need to download and install the prebuilt binaries of the Rust and LLVM compiler forks by Espressif or follow y... (more…)
Read more »
This is a request to restore the base64::encode and base64::decode convenience functions deprecated in the 0.21.0 release. Normally I agree with explicit being better than implicit, but I don't... (more…)
Read more »
I've gotten really into writing parsers lately, and Rust has turned out to be
the perfect language for that. In the course of my adventures, I came up with
the following: (more…)
Read more »
Glommio is a thread-per-core framework that aims to make the task of writing highly parallel asynchronous application in a thread-per-core architecture easier for rustaceans - DataDog/glommio... (more…)
Read more »