improve API with PasswordConfig struct, added validate_password and made character generation more fine-grained

This commit is contained in:
2026-04-17 00:41:29 -04:00
parent 32371f20d4
commit f8c97f71f8
3 changed files with 124 additions and 22 deletions
+1
View File
@@ -6,3 +6,4 @@ edition = "2024"
[dependencies]
rand = "0.8"
webster = "0.3.0"
bitflags = "2"