Oh crab! (pun intended) This one is going to be wild.
Rust is my favourite programming language and it's the language which I'm most proficient with.

Here's a list of projects which I did with rust (not complete):
| Project | Description |
|---|---|
| vibe | A desktop audio visualizer for the wayland linux desktop |
| shady | A shadertoy inspired shader-sandbox with audio support |
| rfc2047-decoder | RFC 2047 MIME Message Header decoder library |
| ReadCollection | A little crate which implements additional read functions |
| riwer | A toy-wallpaper setter for xorg, written in rust and wgpu |

And here's a list of projects which I contributed to (not complete):
| PRs | Description | Additional notes |
|---|---|---|
| rio | A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers. | |
| helix | A post-modern modal text editor. | |
| x86_64 | Library to program x86_64 hardware. | To be fair I didn't contributed that much here xD |
| minus | An asynchronous, runtime data feedable terminal paging library for Rust | Biggest contribution is this PR |
| rnote | Sketch and take handwritten notes. | Most notable contribution is the arrow adding PR |
| wgpu | A cross-platform, safe, pure-Rust graphics API. |