random_password_generator
Rust library to generate random passwords, you can define whether the password will have alphabetical, numeric or special characters.
Installation
To use random_password_generator in your Rust project, add it as a dependency in your Cargo.toml:
[]
= "0.1.0"
```rust
generate_password;
{
= generate_password(true, true,true, 5);
"new password generated: {}", random_letter)
}