File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 77
88Type-safe domain name handling for Swift with multi-RFC standard support.
99
10+ ## Table of Contents
11+
12+ - [ Overview] ( #overview )
13+ - [ Features] ( #features )
14+ - [ Installation] ( #installation )
15+ - [ Quick Start] ( #quick-start )
16+ - [ Usage Examples] ( #usage-examples )
17+ - [ Architecture] ( #architecture )
18+ - [ Error Handling] ( #error-handling )
19+ - [ Related Packages] ( #related-packages )
20+ - [ Requirements] ( #requirements )
21+ - [ License] ( #license )
22+ - [ Contributing] ( #contributing )
23+
1024## Overview
1125
1226` swift-domain-type ` provides a unified ` Domain ` type that supports multiple RFC standards for domain names:
@@ -19,7 +33,7 @@ The library automatically selects the most appropriate RFC format based on the i
1933
2034## Features
2135
22- - ** Multi-RFC Support** : Seamlessly handles RFC 1035, 1123, and 5321 formats
36+ - ** Multi-RFC Support** : Handles RFC 1035, 1123, and 5321 formats
2337- ** Type Safety** : Compile-time guarantees with Swift 6.0 strict concurrency
2438- ** Domain Operations** : Add subdomains, get parent domains, check subdomain relationships
2539- ** Component Access** : Extract TLD, SLD, and domain labels
You can’t perform that action at this time.
0 commit comments