Generate secure passwords using the same format used by apple passwords.
```bash
cargo install apple-password-gen
```
Then run:
```bash
apple-password-gen
```
In addition to the cmdline tool, you can also use the library in your own projects.
```
cargo add apple-password-gen
```
Then in your code:
```rust
fn main() {
}
```