An open API service indexing awesome lists of open source software.

https://github.com/r0x4r/letsrusty

A collection of Rust projects and practice exercises. Mostly CLI tools, automation scripts, and things I'm building to get better at Rust.
https://github.com/r0x4r/letsrusty

cybersecurity penetration-testing penetration-testing-tools rust rust-language rust-learning rust-script rust-tools security security-tools

Last synced: 10 days ago
JSON representation

A collection of Rust projects and practice exercises. Mostly CLI tools, automation scripts, and things I'm building to get better at Rust.

Awesome Lists containing this project

README

          

# Let's Get Rusty

A collection of Rust projects and practice exercises. Mostly CLI tools, automation scripts, and things I'm building to get better at Rust.

Feel free to look around, borrow code, or suggest improvements. Pull requests welcome.

## Tools

| Tool | Description |
|------|-------------|
| [bhed](bhed/) | High-performance duplicate line filter written in Rust, inspired by anew |
| [varoon](varoon/) | XSS parameter reflection scanner written in Rust |