achat
somo
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
achat
- Looking for a small boring rust project to help my learning.
-
Beginner: Making a TCP chat application
If you are interested in async/await networking, you might want to check this example project: https://github.com/barafael/achat/blob/main/bin/chat.rs
- What's everyone working on this week (15/2022)?
somo
-
What are you rewriting in rust?
I wrote a more human readable alternative to netstat and ss for socket monitoring called "somo", GitHub link, Crates link. It also allows to scan for malicious remote IPs using the AbuseIPDB API.
-
What's everyone working on this week (23/2023)?
Im still working on my first Rust project: Somo. A user-friendly alternative to netstat or ss for socket monitoring with the ability to scan for malicious IP addresses using the AbuseIPDB.com API :)
-
Looking for a small boring rust project to help my learning.
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
-
Somo - A prettier and easier alternative to netstat and ss
https://github.com/theopfr/somo Hey there, I wanted to share my first Rust project (I was told it is fitting for this sub). Its simply a connection/socket monitoring tool similar to netstat and ss. It aims to display the information in a prettier and easier manner using a table. You can also provide an API key for AbuseIPDB.com and check if any your connections are malicious. I mainly build it for learning Rust but if there is any interest in this project I might continue it. Thanks! I hope this kind of self-promotion ist allowed here :)
- Somo - Socket Monitoring similar to netstat with the ability to check for malicious IPs.
- Somo - Socket Monitoring similar to netstat and ss - my first Rust project.
What are some alternatives?
glam-rs - A simple and fast linear algebra library for games and graphics
iggy - Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second.
cargo-rx - A simple, modern fuzzy finder tool to run examples in a Cargo project.
CircleMUD - Unofficial mirror of the CircleMUD engine.
num2words - Convert numbers like 42 to forty-two
tink-rust - Rust port of Tink cryptography library
rust_kanban - A kanban board for the terminal built with ❤️ in Rust
superviseur - Define and run multi-service applications on isolated environments with Nix or Docker ❄️🐋 🛠️ 💻 ✨
Rust-GCode-Parser - A G-Code Parser written in Rust
rash-shell - A bourne shell written in rust