projects.rs
// things i've built while procrastinating on other things
Simple Git-like version control system implemented in Rust. Supports repo init, object storage, trees, and commits to explore Git internals and content-addressable storage.
Multi-purpose encryption and secret-sharing framework: AES, hash-based encryption, string reversal, Shamir's Secret Sharing, and basic MPC over a network. Includes server, client, and an interactive CLI.
Rust-based CLI tool that scans code and builds a visual file-level dependency graph. It also detects circular dependencies.
Multi-agent health consultant system developed for a bounty. Handles health query flows using modular agents with strong error handling.
Blazing-fast, async web crawler that supports recursive crawling, rate-limiting, and scoped domain crawling.
A DEX tool that lets users create ERC-20 token pairs and launch liquidity pools on a Uniswap-style decentralized exchange (testnet).
A real-time crypto dashboard showing market trends, news, and token data via public APIs.
// more projects brewing in the background...
panic!("ran out of creative project names")