Ecosyste.ms: Awesome
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 15 hours ago
JSON representation
Some mini rust projects
- Host: GitHub
- URL: https://github.com/bajrangcoder/mini-rust-projects
- Owner: bajrangCoder
- Created: 2024-02-10T12:56:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-10T13:13:21.000Z (9 months ago)
- Last Synced: 2024-02-10T14:26:34.635Z (9 months ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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