Implemented the "metadata()" helper function for the LoggerMetadata+Helpers extension in the library target.

This commit is contained in:
2025-09-24 01:27:34 +02:00
parent 398b852ac8
commit 4798b72052
8 changed files with 285 additions and 3 deletions
@@ -13,7 +13,7 @@
import Foundation
import RegexBuilder
/// A use case that obtains some necessary data from a given URI path, that are essential for routing the documentation contents.
/// A use case that extracts data from a given URI path, essential for routing the documentation contents.
struct PrepareURIPathUseCase {
// MARK: Type aliases