Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```