Implemented the SecureValidationRule type in the library target.

This commit is contained in:
2025-10-12 17:37:52 +02:00
parent daa23f1f86
commit f32d24b26b
3 changed files with 144 additions and 1 deletions
@@ -34,5 +34,7 @@ extension String {
/// A format for the user agent header.
static let userAgent = "%@/%@ +%@"
}
/// A namespaces assigned for the formats of regular expression patterns.
enum Pattern {}
}