-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
here’s a direct link to the github: https://github.com/Ballasi/num2words
-
rust-kanban
-
-
Look at "Hands On Rust" book. I've been leraning rust by creating small arcade video games Not proud of the state of this project but you can take a look at the asteroids I've made in rust https://github.com/develm/asteroids
-
achat
A collection of simple modules which showcase simple use of tasks, channels, and other tokio primitives to implement simple networking applications. Purely educational purposes.
-
There are several shell projects that could use some contributions to revive them. Referencing just randomly rash-shell: https://github.com/absurdhero/rash-shell
-
somo
Socket Monitor for Linux: A prettier and simpler alternative to netstat or ss for socket monitoring with the ability to scan for malicious IP addresses.
Hey, I recently created a small proejct also for learning Rust. It's called "somo", its' basically a prettier and easier alternative to the "netstat" or "ss" command to display current connections on a linux system. I don't know if it needs more features but maybe you find something to improve... here is the repo: https://github.com/theopfr/somo
-
rust-brotli (could use example code for multithreaded compression)
-
lv_binding_rust
LVGL bindings for Rust. A powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).
LVGL - Open-source Embedded GUI Library in Rust is happy to accept contributions (there is a lot to be done, see the discussion in Github issues)
-
uutils /coreutils is also a great project. It has many contributors, and it also is a great resource to learn.