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

https://github.com/bajrangcoder/mini-rust-projects

Some mini rust projects
https://github.com/bajrangcoder/mini-rust-projects

Last synced: about 1 year ago
JSON representation

Some mini rust projects

Awesome Lists containing this project

README

          

# Mini Rust Projects

Some small rust programs to practice rust

## Projects

- **[Password Generator](https://github.com/bajrangCoder/mini-rust-projects/tree/main/password_generator)**: A simple cli program to generate strong passwords using `clap` and `rand` crate