Welcome to my playground of Rust experiments! This repository is a collection of fun and interesting projects built while exploring the Rust programming language. 🚀
A command-line interface browser for exploring curated lists of awesome tools and resources. Built with Rust, this CLI tool helps you discover and navigate through various "awesome" lists right from your terminal!
- 🔍 Browse awesome lists interactively
- ⚡ Fast and efficient navigation
- 💻 Terminal-friendly interface
- 🎯 Easy-to-use commands
Stay tuned! More exciting Rust experiments are in the pipeline:
- CLI help full tools
- 🛠️ System utilities
- 🌐 Network tools
- Rust + Python based web framework
- ...and many more surprises!
Feel free to contribute to any of the projects or suggest new experiment ideas! Here's how you can contribute:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
If you find these projects interesting or useful, please consider giving them a star! ⭐
Made with ❤️ and Rust