Extract sanitization logic into an extensions + add tests (#827)

Co-authored-by: jack <212554440+jackjackbits@users.noreply.github.com>
This commit is contained in:
Islam
2025-10-19 11:34:21 +02:00
committed by GitHub
co-authored by jack
parent 3f00cf9467
commit aca44f9f55
4 changed files with 222 additions and 76 deletions
+4
View File
@@ -18,6 +18,10 @@ let package = Package(
.target(
name: "BitLogger",
path: "Sources"
),
.testTarget(
name: "BitLoggerTests",
dependencies: ["BitLogger"]
)
]
)