Implemented the GenerateHashUseCase use case in the library target.

This commit is contained in:
2025-10-03 21:28:34 +02:00
parent 30a49353e8
commit 25dd2fc789
3 changed files with 168 additions and 0 deletions
@@ -18,4 +18,7 @@ extension Tag {
/// A flag that indicates tests for a type extension.
@Tag static var `extension`: Self
/// A flag that indicates tests for a use case type.
@Tag static var useCase: Self
}