Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ooopsnake/pwd-gen-rs
password generator
https://github.com/ooopsnake/pwd-gen-rs
iced rust
Last synced: 28 days ago
JSON representation
password generator
- Host: GitHub
- URL: https://github.com/ooopsnake/pwd-gen-rs
- Owner: ooopSnake
- License: mit
- Created: 2021-04-15T16:58:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T08:20:11.000Z (over 3 years ago)
- Last Synced: 2024-10-25T10:39:23.188Z (3 months ago)
- Topics: iced, rust
- Language: Rust
- Homepage:
- Size: 7.43 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Password Generator
> inspired by Apple's keychain, 100% Rust
| cat | details |
| :--- | :---: |
| lang| rust|
| gui-framework | iced|### App icon
![img](res/AppIcon.png)
### Screenshot
![img](doc/res/img.png)
### Build Binary
```bash
cargo build --release
# app will found in target/release
```