3 releases
0.1.2 | Feb 27, 2023 |
---|---|
0.1.1 | Feb 27, 2023 |
0.1.0 | Feb 27, 2023 |
#1009 in Authentication
3KB
Password generator
Small function to generate random string.
!This is an education purpose crate!
Usage
use psg_core;
fn main() {
println!(
"{}",
psg_core::generate_password(48, true, true, true),
);
}
Dependencies
~305KB