1 2 3 4 5 6 7
use algorithmz::string::strong_password; #[test] fn test_strong_password() { let result = strong_password(11,"Start!12345"); assert_eq!(result, 0); }